#F53A58

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

Shades of Radical Red #F53A58

Tints of Radical Red #F53A58

Color information

#F53A58 (or 0xF53A58) is unknown color: approx Radical Red. HEX triplet: F5, 3A and 58. RGB value is (245,58,88). Sum of RGB (Red+Green+Blue) = 245+58+88=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A58 is #0AC5A7. Grayscale: #757575. Windows color (decimal): -705960 or 5782261. OLE color: 5782261.

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

Color convert

RGB2455888-
CMYK00.760.640.04
HSL350.37º90.34%59.41%-
HSV(B)350.37º76.33%96.08%-
XYZ40.9323.1411.54-
YUV117.33111.45219.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.66%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=62.66%
G=14.83%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245588800.760.640.04350.3790.3459.41
HexF53A5804C40415e5a3b
Octal365721300114100453613273
Binary1111010111101010110000100110010000001001010111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53A58; }

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

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

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

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

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

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

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

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