Html Css Color HEX #F03E61 Radical Red

📋 copy color: '#F03E61'

red 240 ◦ green 62 ◦ blue 97

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

Shades of Radical Red #F03E61

Tints of Radical Red #F03E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.31%

R = 60.15%
G = 15.54%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F03E61 (or 0xF03E61) is known color: Radical Red. HEX triplet: F0, 3E and 61. RGB value is (240,62,97). Sum of RGB (Red+Green+Blue) = 240+62+97=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03E61 is #0FC19E. Grayscale: #777777. Windows color (decimal): -1032607 or 6373104. OLE color: 6373104.

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

Color convert

RGB 240 62 97 -
CMYK 0 0.74 0.60 0.06
HSL 348.2º 0.86% 0.59% -
HSV(B) 348.2º 0.74% 0.94% -
XYZ 39.82 22.83 13.62 -
YUV 119.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 240 62 97 0 0.74 0.60 0.06 348.2 0.86 0.59
Hex F0 3E 61 0 4A 3C 6 15C 56 3B
Octal 360 76 141 0 112 74 6 534 126 73
Binary 11110000 111110 1100001 0 1001010 111100 110 101011100 1010110 111011

Color Harmonies of #F03E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E61

Black with #F03E61

Text Example


Text Example

White with #F03E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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