Html Css Color HEX #F03E5C Radical Red

📋 copy color: '#F03E5C'

red 240 ◦ green 62 ◦ blue 92

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

Shades of Radical Red #F03E5C

Tints of Radical Red #F03E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.74%

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 60.91%
G = 15.74%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F03E5C (or 0xF03E5C) is known color: Radical Red. HEX triplet: F0, 3E and 5C. RGB value is (240,62,92). Sum of RGB (Red+Green+Blue) = 240+62+92=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03E5C is #0FC1A3. Grayscale: #767676. Windows color (decimal): -1032612 or 6045424. OLE color: 6045424.

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

Color convert

RGB 240 62 92 -
CMYK 0 0.74 0.62 0.06
HSL 349.89º 0.86% 0.59% -
HSV(B) 349.89º 0.74% 0.94% -
XYZ 39.59 22.74 12.43 -
YUV 118.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 240 62 92 0 0.74 0.62 0.06 349.89 0.86 0.59
Hex F0 3E 5C 0 4A 3E 6 15E 56 3B
Octal 360 76 134 0 112 76 6 536 126 73
Binary 11110000 111110 1011100 0 1001010 111110 110 101011110 1010110 111011

Color Harmonies of #F03E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E5C

Black with #F03E5C

Text Example


Text Example

White with #F03E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E5C; }

 p { color: rgb(240,62,92); }

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

background-color css

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

 a { background-color: rgb(240,62,92); }

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

border-color css

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

 span { border-color: rgb(240,62,92); }

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