Html Css Color HEX #F03C62 Radical Red

📋 copy color: '#F03C62'

red 240 ◦ green 60 ◦ blue 98

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

Shades of Radical Red #F03C62

Tints of Radical Red #F03C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.08%

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

R = 60.3%
G = 15.08%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F03C62 (or 0xF03C62) is known color: Radical Red. HEX triplet: F0, 3C and 62. RGB value is (240,60,98). Sum of RGB (Red+Green+Blue) = 240+60+98=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C62 is #0FC39D. Grayscale: #767676. Windows color (decimal): -1033118 or 6438128. OLE color: 6438128.

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

Color convert

RGB 240 60 98 -
CMYK 0 0.75 0.59 0.06
HSL 347.33º 0.86% 0.59% -
HSV(B) 347.33º 0.75% 0.94% -
XYZ 39.76 22.64 13.83 -
YUV 118.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 240 60 98 0 0.75 0.59 0.06 347.33 0.86 0.59
Hex F0 3C 62 0 4B 3B 6 15B 56 3B
Octal 360 74 142 0 113 73 6 533 126 73
Binary 11110000 111100 1100010 0 1001011 111011 110 101011011 1010110 111011

Color Harmonies of #F03C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C62

Black with #F03C62

Text Example


Text Example

White with #F03C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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