Html Css Color HEX #F03462 Radical Red

📋 copy color: '#F03462'

red 240 ◦ green 52 ◦ blue 98

#F03462
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F03462

Tints of Radical Red #F03462

RGB

 RED value IS 240 (94.14% from 255) = 61.54%

 GREEN value IS 52 (20.7% from 255) = 13.33%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 61.54%
G = 13.33%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F03462 (or 0xF03462) is known color: Radical Red. HEX triplet: F0, 34 and 62. RGB value is (240,52,98). Sum of RGB (Red+Green+Blue) = 240+52+98=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F03462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03462 is #0FCB9D. Grayscale: #717171. Windows color (decimal): -1035166 or 6436080. OLE color: 6436080.

HSL color Cylindrical-coordinate representation of color #F03462: hue angle of 345.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03462 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 98 -
CMYK 0 0.78 0.59 0.06
HSL 345.32º 0.86% 0.57% -
HSV(B) 345.32º 0.78% 0.94% -
XYZ 39.37 21.86 13.7 -
YUV 113.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 240 52 98 0 0.78 0.59 0.06 345.32 0.86 0.57
Hex F0 34 62 0 4E 3B 6 159 56 39
Octal 360 64 142 0 116 73 6 531 126 71
Binary 11110000 110100 1100010 0 1001110 111011 110 101011001 1010110 111001

Color Harmonies of #F03462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03462

Black with #F03462

Text Example


Text Example

White with #F03462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03462; }

 p { color: rgb(240,52,98); }

 H1.HeaderClassName
 {
   color: #F03462;
 }
 .AnyTagClassName
 {
   color: #F03462;
 }
</style>

background-color css

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

 a { background-color: rgb(240,52,98); }

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

border-color css

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

 span { border-color: rgb(240,52,98); }

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