#F53275

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

Shades of Radical Red #F53275

Tints of Radical Red #F53275

Color information

#F53275 (or 0xF53275) is unknown color: approx Radical Red. HEX triplet: F5, 32 and 75. RGB value is (245,50,117). Sum of RGB (Red+Green+Blue) = 245+50+117=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53275 is #0ACD8A. Grayscale: #737373. Windows color (decimal): -707979 or 7680757. OLE color: 7680757.

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

Color convert

RGB24550117-
CMYK00.800.520.04
HSL339.38º90.7%57.84%-
HSV(B)339.38º79.59%96.08%-
XYZ42.0122.9819.05-
YUV115.94128.6220.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.47%
GREEN value IS 50 (19.92% from 255) = 12.14%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=59.47%
G=12.14%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455011700.800.520.04339.3890.757.84
HexF532750503441535b3a
Octal36562165012064452313372
Binary111101011100101110101010100001101001001010100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53275; }

 p { color: rgb(245,50,117); }

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

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

 a { background-color: rgb(245,50,117); }

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

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

 span { border-color: rgb(245,50,117); }

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