#f13a62

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

Shades of Radical Red #F13A62

Tints of Radical Red #F13A62

Color information

#F13A62 (or 0xF13A62) is unknown color: approx Radical Red. HEX triplet: F1, 3A and 62. RGB value is (241,58,98). Sum of RGB (Red+Green+Blue) = 241+58+98=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A62 is #0EC59D. Grayscale: #757575. Windows color (decimal): -968094 or 6437617. OLE color: 6437617.

HSL color Cylindrical-coordinate representation of color #F13A62: hue angle of 346.89º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13A62 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB2415898-
CMYK00.760.590.05
HSL346.89º86.73%58.63%-
HSV(B)346.89º75.93%94.51%-
XYZ39.9922.6113.81-
YUV117.28117.13216.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=60.71%
G=14.61%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241589800.760.590.05346.8986.7358.63
HexF13A6204C3B515b573b
Octal36172142011473553312773
Binary111100011110101100010010011001110111011010110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13a62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13a62; }

 p { color: rgb(241,58,98); }

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

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

 a { background-color: rgb(241,58,98); }

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

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

 span { border-color: rgb(241,58,98); }

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