#F53652

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

Shades of Radical Red #F53652

Tints of Radical Red #F53652

Color information

#F53652 (or 0xF53652) is unknown color: approx Radical Red. HEX triplet: F5, 36 and 52. RGB value is (245,54,82). Sum of RGB (Red+Green+Blue) = 245+54+82=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F53652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53652 is #0AC9AD. Grayscale: #727272. Windows color (decimal): -706990 or 5388021. OLE color: 5388021.

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

Color convert

RGB2455482-
CMYK00.780.670.04
HSL351.2º90.52%58.63%-
HSV(B)351.2º77.96%96.08%-
XYZ40.522.6610.22-
YUV114.3109.78221.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.30%
GREEN value IS 54 (21.48% from 255) = 14.17%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=64.30%
G=14.17%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245548200.780.670.04351.290.5258.63
HexF5365204E43415f5b3b
Octal365661220116103453713373
Binary1111010111011010100100100111010000111001010111111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53652; }

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

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

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

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

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

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

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

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