#F03B55

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

Shades of Radical Red #F03B55

Tints of Radical Red #F03B55

Color information

#F03B55 (or 0xF03B55) is unknown color: approx Radical Red. HEX triplet: F0, 3B and 55. RGB value is (240,59,85). Sum of RGB (Red+Green+Blue) = 240+59+85=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03B55 is #0FC4AA. Grayscale: #747474. Windows color (decimal): -1033387 or 5585904. OLE color: 5585904.

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

Color convert

RGB2405985-
CMYK00.750.650.06
HSL351.38º85.78%58.63%-
HSV(B)351.38º75.42%94.12%-
XYZ39.1422.3110.84-
YUV116.08110.47216.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.5%
GREEN value IS 59 (23.44% from 255) = 15.36%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=62.5%
G=15.36%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240598500.750.650.06351.3885.7858.63
HexF03B5504B41615f563b
Octal360731250113101653712673
Binary1111000011101110101010100101110000011101010111111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03B55; }

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

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

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

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

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

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

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

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