#F55556

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

Shades of Radical Red #F55556

Tints of Radical Red #F55556

Color information

#F55556 (or 0xF55556) is unknown color: approx Radical Red. HEX triplet: F5, 55 and 56. RGB value is (245,85,86). Sum of RGB (Red+Green+Blue) = 245+85+86=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F55556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55556 is #0AAAA9. Grayscale: #858585. Windows color (decimal): -699050 or 5658101. OLE color: 5658101.

HSL color Cylindrical-coordinate representation of color #F55556: hue angle of 359.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55556 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB2458586-
CMYK00.650.650.04
HSL359.62º88.89%64.71%-
HSV(B)359.62º65.31%96.08%-
XYZ42.5826.5811.69-
YUV132.95101.51207.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.89%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=58.89%
G=20.43%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245858600.650.650.04359.6288.8964.71
HexF555560414141685941
Octal36512512601011014550131101
Binary111101011010101101011001000001100000110010110100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55556; }

 p { color: rgb(245,85,86); }

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

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

 a { background-color: rgb(245,85,86); }

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

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

 span { border-color: rgb(245,85,86); }

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