Html Css Color HEX #F03C59 Radical Red

📋 copy color: '#F03C59'

red 240 ◦ green 60 ◦ blue 89

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

Shades of Radical Red #F03C59

Tints of Radical Red #F03C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 61.7%
G = 15.42%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F03C59 (or 0xF03C59) is known color: Radical Red. HEX triplet: F0, 3C and 59. RGB value is (240,60,89). Sum of RGB (Red+Green+Blue) = 240+60+89=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C59 is #0FC3A6. Grayscale: #757575. Windows color (decimal): -1033127 or 5848304. OLE color: 5848304.

HSL color Cylindrical-coordinate representation of color #F03C59: hue angle of 350.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 #F03C59 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 89 -
CMYK 0 0.75 0.63 0.06
HSL 350.33º 0.86% 0.59% -
HSV(B) 350.33º 0.75% 0.94% -
XYZ 39.35 22.48 11.72 -
YUV 117.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 240 60 89 0 0.75 0.63 0.06 350.33 0.86 0.59
Hex F0 3C 59 0 4B 3F 6 15E 56 3B
Octal 360 74 131 0 113 77 6 536 126 73
Binary 11110000 111100 1011001 0 1001011 111111 110 101011110 1010110 111011

Color Harmonies of #F03C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C59

Black with #F03C59

Text Example


Text Example

White with #F03C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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