#F53A6E

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

Shades of Radical Red #F53A6E

Tints of Radical Red #F53A6E

Color information

#F53A6E (or 0xF53A6E) is unknown color: approx Radical Red. HEX triplet: F5, 3A and 6E. RGB value is (245,58,110). Sum of RGB (Red+Green+Blue) = 245+58+110=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A6E is #0AC591. Grayscale: #777777. Windows color (decimal): -705938 or 7224053. OLE color: 7224053.

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

Color convert

RGB24558110-
CMYK00.760.550.04
HSL343.32º90.34%59.41%-
HSV(B)343.32º76.33%96.08%-
XYZ41.9823.5617.09-
YUV119.84122.45217.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=59.32%
G=14.04%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455811000.760.550.04343.3290.3459.41
HexF53A6E04C3741575a3b
Octal36572156011467452713273
Binary111101011110101101110010011001101111001010101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53A6E; }

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

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

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

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

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

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

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

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