#F55253

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

Shades of Radical Red #F55253

Tints of Radical Red #F55253

Color information

#F55253 (or 0xF55253) is unknown color: approx Radical Red. HEX triplet: F5, 52 and 53. RGB value is (245,82,83). Sum of RGB (Red+Green+Blue) = 245+82+83=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F55253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55253 is #0AADAC. Grayscale: #838383. Windows color (decimal): -699821 or 5460725. OLE color: 5460725.

HSL color Cylindrical-coordinate representation of color #F55253: hue angle of 359.63º 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 #F55253 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB2458283-
CMYK00.670.660.04
HSL359.63º89.07%64.12%-
HSV(B)359.63º66.53%96.08%-
XYZ42.2326.0710.99-
YUV130.85101209.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.76%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=59.76%
G=20%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245828300.670.660.04359.6389.0764.12
HexF552530434241685940
Octal36512212301031024550131100
Binary111101011010010101001101000011100001010010110100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55253; }

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

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

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

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

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

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

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

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