#F73572

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

Shades of Radical Red #F73572

Tints of Radical Red #F73572

Color information

#F73572 (or 0xF73572) is unknown color: approx Radical Red. HEX triplet: F7, 35 and 72. RGB value is (247,53,114). Sum of RGB (Red+Green+Blue) = 247+53+114=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F73572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73572 is #08CA8D. Grayscale: #757575. Windows color (decimal): -576142 or 7484919. OLE color: 7484919.

HSL color Cylindrical-coordinate representation of color #F73572: hue angle of 341.13º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73572 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB24753114-
CMYK00.790.540.03
HSL341.13º92.38%58.82%-
HSV(B)341.13º78.54%96.86%-
XYZ42.6723.5418.21-
YUV117.96125.77220.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.66%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=59.66%
G=12.80%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475311400.790.540.03341.1392.3858.82
HexF7357204F3631555c3b
Octal36765162011766352513473
Binary11110111110101111001001001111110110111010101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73572; }

 p { color: rgb(247,53,114); }

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

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

 a { background-color: rgb(247,53,114); }

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

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

 span { border-color: rgb(247,53,114); }

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