#F53655

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

Shades of Radical Red #F53655

Tints of Radical Red #F53655

Color information

#F53655 (or 0xF53655) is unknown color: approx Radical Red. HEX triplet: F5, 36 and 55. RGB value is (245,54,85). Sum of RGB (Red+Green+Blue) = 245+54+85=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F53655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53655 is #0AC9AA. Grayscale: #727272. Windows color (decimal): -706987 or 5584629. OLE color: 5584629.

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

Color convert

RGB2455485-
CMYK00.780.650.04
HSL350.26º90.52%58.63%-
HSV(B)350.26º77.96%96.08%-
XYZ40.6222.7110.84-
YUV114.64111.28220.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.80%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=63.80%
G=14.06%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245548500.780.650.04350.2690.5258.63
HexF5365504E41415e5b3b
Octal365661250116101453613373
Binary1111010111011010101010100111010000011001010111101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53655; }

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

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

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

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

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

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

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

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