#F55256

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

Shades of Radical Red #F55256

Tints of Radical Red #F55256

Color information

#F55256 (or 0xF55256) is unknown color: approx Radical Red. HEX triplet: F5, 52 and 56. RGB value is (245,82,86). Sum of RGB (Red+Green+Blue) = 245+82+86=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F55256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55256 is #0AADA9. Grayscale: #838383. Windows color (decimal): -699818 or 5657333. OLE color: 5657333.

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

Color convert

RGB2458286-
CMYK00.670.650.04
HSL358.53º89.07%64.12%-
HSV(B)358.53º66.53%96.08%-
XYZ42.3526.1211.61-
YUV131.19102.5209.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=59.32%
G=19.85%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245828600.670.650.04358.5389.0764.12
HexF552560434141675940
Octal36512212601031014547131100
Binary111101011010010101011001000011100000110010110011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55256; }

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

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

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

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

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

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

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

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