Html Css Color HEX #F03F56 Radical Red

📋 copy color: '#F03F56'

red 240 ◦ green 63 ◦ blue 86

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

Shades of Radical Red #F03F56

Tints of Radical Red #F03F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 61.7%
G = 16.2%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F03F56 (or 0xF03F56) is known color: Radical Red. HEX triplet: F0, 3F and 56. RGB value is (240,63,86). Sum of RGB (Red+Green+Blue) = 240+63+86=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03F56 is #0FC0A9. Grayscale: #767676. Windows color (decimal): -1032362 or 5652464. OLE color: 5652464.

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

Color convert

RGB 240 63 86 -
CMYK 0 0.74 0.64 0.06
HSL 352.2º 0.86% 0.59% -
HSV(B) 352.2º 0.74% 0.94% -
XYZ 39.39 22.75 11.12 -
YUV 118.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 240 63 86 0 0.74 0.64 0.06 352.2 0.86 0.59
Hex F0 3F 56 0 4A 40 6 160 56 3B
Octal 360 77 126 0 112 100 6 540 126 73
Binary 11110000 111111 1010110 0 1001010 1000000 110 101100000 1010110 111011

Color Harmonies of #F03F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F56

Black with #F03F56

Text Example


Text Example

White with #F03F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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