Html Css Color HEX #F03F52 Radical Red

📋 copy color: '#F03F52'

red 240 ◦ green 63 ◦ blue 82

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

Shades of Radical Red #F03F52

Tints of Radical Red #F03F52

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 62.34%
G = 16.36%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F03F52 (or 0xF03F52) is known color: Radical Red. HEX triplet: F0, 3F and 52. RGB value is (240,63,82). Sum of RGB (Red+Green+Blue) = 240+63+82=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03F52 is #0FC0AD. Grayscale: #767676. Windows color (decimal): -1032366 or 5390320. OLE color: 5390320.

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

Color convert

RGB 240 63 82 -
CMYK 0 0.74 0.66 0.06
HSL 353.56º 0.86% 0.59% -
HSV(B) 353.56º 0.74% 0.94% -
XYZ 39.24 22.69 10.29 -
YUV 118.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 240 63 82 0 0.74 0.66 0.06 353.56 0.86 0.59
Hex F0 3F 52 0 4A 42 6 162 56 3B
Octal 360 77 122 0 112 102 6 542 126 73
Binary 11110000 111111 1010010 0 1001010 1000010 110 101100010 1010110 111011

Color Harmonies of #F03F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F52

Black with #F03F52

Text Example


Text Example

White with #F03F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F52; }

 p { color: rgb(240,63,82); }

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

background-color css

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

 a { background-color: rgb(240,63,82); }

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

border-color css

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

 span { border-color: rgb(240,63,82); }

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