Html Css Color HEX #F03C5E Radical Red

📋 copy color: '#F03C5E'

red 240 ◦ green 60 ◦ blue 94

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

Shades of Radical Red #F03C5E

Tints of Radical Red #F03C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 60.91%
G = 15.23%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F03C5E (or 0xF03C5E) is known color: Radical Red. HEX triplet: F0, 3C and 5E. RGB value is (240,60,94). Sum of RGB (Red+Green+Blue) = 240+60+94=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C5E is #0FC3A1. Grayscale: #757575. Windows color (decimal): -1033122 or 6175984. OLE color: 6175984.

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

Color convert

RGB 240 60 94 -
CMYK 0 0.75 0.61 0.06
HSL 348.67º 0.86% 0.59% -
HSV(B) 348.67º 0.75% 0.94% -
XYZ 39.57 22.57 12.86 -
YUV 117.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 240 60 94 0 0.75 0.61 0.06 348.67 0.86 0.59
Hex F0 3C 5E 0 4B 3D 6 15D 56 3B
Octal 360 74 136 0 113 75 6 535 126 73
Binary 11110000 111100 1011110 0 1001011 111101 110 101011101 1010110 111011

Color Harmonies of #F03C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C5E

Black with #F03C5E

Text Example


Text Example

White with #F03C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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