#F53B6A

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

Shades of Radical Red #F53B6A

Tints of Radical Red #F53B6A

Color information

#F53B6A (or 0xF53B6A) is unknown color: approx Radical Red. HEX triplet: F5, 3B and 6A. RGB value is (245,59,106). Sum of RGB (Red+Green+Blue) = 245+59+106=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B6A is #0AC495. Grayscale: #777777. Windows color (decimal): -705686 or 6962165. OLE color: 6962165.

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

Color convert

RGB24559106-
CMYK00.760.570.04
HSL344.84º90.29%59.61%-
HSV(B)344.84º75.92%96.08%-
XYZ41.8223.5815.98-
YUV119.97120.12217.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.76%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=59.76%
G=14.39%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455910600.760.570.04344.8490.2959.61
HexF53B6A04C3941595a3c
Octal36573152011471453113274
Binary111101011110111101010010011001110011001010110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53B6A; }

 p { color: rgb(245,59,106); }

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

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

 a { background-color: rgb(245,59,106); }

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

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

 span { border-color: rgb(245,59,106); }

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