#F53161

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

Shades of Radical Red #F53161

Tints of Radical Red #F53161

Color information

#F53161 (or 0xF53161) is unknown color: approx Radical Red. HEX triplet: F5, 31 and 61. RGB value is (245,49,97). Sum of RGB (Red+Green+Blue) = 245+49+97=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F53161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53161 is #0ACE9E. Grayscale: #717171. Windows color (decimal): -708255 or 6369781. OLE color: 6369781.

HSL color Cylindrical-coordinate representation of color #F53161: hue angle of 345.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53161 is Cyan = 0, Magento = 0.8, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB2454997-
CMYK00.80.600.04
HSL345.31º90.74%57.65%-
HSV(B)345.31º80%96.08%-
XYZ40.9122.4713.49-
YUV113.08118.93222.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.66%
GREEN value IS 49 (19.53% from 255) = 12.53%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=62.66%
G=12.53%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245499700.80.600.04345.3190.7457.65
HexF531610503C41595b3a
Octal36561141012074453113372
Binary111101011100011100001010100001111001001010110011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53161; }

 p { color: rgb(245,49,97); }

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

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

 a { background-color: rgb(245,49,97); }

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

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

 span { border-color: rgb(245,49,97); }

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