#F53274

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

Shades of Radical Red #F53274

Tints of Radical Red #F53274

Color information

#F53274 (or 0xF53274) is unknown color: approx Radical Red. HEX triplet: F5, 32 and 74. RGB value is (245,50,116). Sum of RGB (Red+Green+Blue) = 245+50+116=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F53274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53274 is #0ACD8B. Grayscale: #737373. Windows color (decimal): -707980 or 7615221. OLE color: 7615221.

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

Color convert

RGB24550116-
CMYK00.800.530.04
HSL339.69º90.7%57.84%-
HSV(B)339.69º79.59%96.08%-
XYZ41.9522.9518.74-
YUV115.83128.1220.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 50 (19.92% from 255) = 12.17%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=59.61%
G=12.17%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455011600.800.530.04339.6990.757.84
HexF532740503541545b3a
Octal36562164012065452413372
Binary111101011100101110100010100001101011001010101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53274; }

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

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

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

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

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

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

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

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