#F72F76

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

Shades of Radical Red #F72F76

Tints of Radical Red #F72F76

Color information

#F72F76 (or 0xF72F76) is unknown color: approx Radical Red. HEX triplet: F7, 2F and 76. RGB value is (247,47,118). Sum of RGB (Red+Green+Blue) = 247+47+118=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72F76 is #08D089. Grayscale: #727272. Windows color (decimal): -577674 or 7745527. OLE color: 7745527.

HSL color Cylindrical-coordinate representation of color #F72F76: hue angle of 338.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72F76 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB24747118-
CMYK00.810.520.03
HSL338.7º92.59%57.65%-
HSV(B)338.7º80.97%96.86%-
XYZ42.6423.1219.35-
YUV114.89129.76222.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.95%
GREEN value IS 47 (18.75% from 255) = 11.41%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=59.95%
G=11.41%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474711800.810.520.03338.792.5957.65
HexF72F760513431535d3a
Octal36757166012164352313572
Binary11110111101111111011001010001110100111010100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72F76; }

 p { color: rgb(247,47,118); }

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

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

 a { background-color: rgb(247,47,118); }

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

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

 span { border-color: rgb(247,47,118); }

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