#F53153

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

Shades of Radical Red #F53153

Tints of Radical Red #F53153

Color information

#F53153 (or 0xF53153) is unknown color: approx Radical Red. HEX triplet: F5, 31 and 53. RGB value is (245,49,83). Sum of RGB (Red+Green+Blue) = 245+49+83=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F53153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53153 is #0ACEAC. Grayscale: #6F6F6F. Windows color (decimal): -708269 or 5452277. OLE color: 5452277.

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

Color convert

RGB2454983-
CMYK00.80.660.04
HSL349.59º90.74%57.65%-
HSV(B)349.59º80%96.08%-
XYZ40.3222.2310.35-
YUV111.48111.93223.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.99%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=64.99%
G=13.00%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245498300.80.660.04349.5990.7457.65
HexF5315305042415e5b3a
Octal365611230120102453613372
Binary1111010111000110100110101000010000101001010111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53153; }

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

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

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

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

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

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

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

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