#F52F62

Color #F52F62 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F52F62

Tints of Radical Red #F52F62

Color information

#F52F62 (or 0xF52F62) is unknown color: approx Radical Red. HEX triplet: F5, 2F and 62. RGB value is (245,47,98). Sum of RGB (Red+Green+Blue) = 245+47+98=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52F62 is #0AD09D. Grayscale: #707070. Windows color (decimal): -708766 or 6434805. OLE color: 6434805.

HSL color Cylindrical-coordinate representation of color #F52F62: hue angle of 344.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52F62 is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB2454798-
CMYK00.810.60.04
HSL344.55º90.83%57.25%-
HSV(B)344.55º80.82%96.08%-
XYZ40.8822.3313.71-
YUV112.02120.1222.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 62.82%
GREEN value IS 47 (18.75% from 255) = 12.05%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=62.82%
G=12.05%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.6
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245479800.810.60.04344.5590.8357.25
HexF52F620513C41595b39
Octal36557142012174453113371
Binary111101011011111100010010100011111001001010110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52F62; }

 p { color: rgb(245,47,98); }

 H1.HeaderClassName
 {
   color: #F52F62;
 }
 .AnyTagClassName
 {
   color: #F52F62;
 }
</style>
background-color css

<style>
 a { background-color: #F52F62; }

 a { background-color: rgb(245,47,98); }

 div.DivClassName
 {
   background-color: #F52F62;
 }
 .BgClassName
 {
   background-color: #F52F62;
 }
</style>
border-color css

<style>
 span { border-color: #F52F62; }

 span { border-color: rgb(245,47,98); }

 td.TdClassName
 {
   border-color: #F52F62;
 }
 .TagClassName
 {
   border-color: #F52F62;
 }
</style>