#F53A56

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

Shades of Radical Red #F53A56

Tints of Radical Red #F53A56

Color information

#F53A56 (or 0xF53A56) is unknown color: approx Radical Red. HEX triplet: F5, 3A and 56. RGB value is (245,58,86). Sum of RGB (Red+Green+Blue) = 245+58+86=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A56 is #0AC5A9. Grayscale: #757575. Windows color (decimal): -705962 or 5651189. OLE color: 5651189.

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

Color convert

RGB2455886-
CMYK00.760.650.04
HSL351.02º90.34%59.41%-
HSV(B)351.02º76.33%96.08%-
XYZ40.8523.1111.11-
YUV117.1110.45219.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.98%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=62.98%
G=14.91%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245588600.760.650.04351.0290.3459.41
HexF53A5604C41415f5a3b
Octal365721260114101453713273
Binary1111010111101010101100100110010000011001010111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53A56; }

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

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

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

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

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

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

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

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