#F03B56

Color #F03B56 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F03B56

Tints of Radical Red #F03B56

Color information

#F03B56 (or 0xF03B56) is unknown color: approx Radical Red. HEX triplet: F0, 3B and 56. RGB value is (240,59,86). Sum of RGB (Red+Green+Blue) = 240+59+86=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03B56 is #0FC4A9. Grayscale: #747474. Windows color (decimal): -1033386 or 5651440. OLE color: 5651440.

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

Color convert

RGB2405986-
CMYK00.750.640.06
HSL351.05º85.78%58.63%-
HSV(B)351.05º75.42%94.12%-
XYZ39.1822.3311.05-
YUV116.2110.97216.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.34%
GREEN value IS 59 (23.44% from 255) = 15.32%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=62.34%
G=15.32%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240598600.750.640.06351.0585.7858.63
HexF03B5604B40615f563b
Octal360731260113100653712673
Binary1111000011101110101100100101110000001101010111111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03B56; }

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

 H1.HeaderClassName
 {
   color: #F03B56;
 }
 .AnyTagClassName
 {
   color: #F03B56;
 }
</style>
background-color css

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

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

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

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

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

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