#F72C72

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

Shades of Radical Red #F72C72

Tints of Radical Red #F72C72

Color information

#F72C72 (or 0xF72C72) is unknown color: approx Radical Red. HEX triplet: F7, 2C and 72. RGB value is (247,44,114). Sum of RGB (Red+Green+Blue) = 247+44+114=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72C72 is #08D38D. Grayscale: #707070. Windows color (decimal): -578446 or 7482615. OLE color: 7482615.

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

Color convert

RGB24744114-
CMYK00.820.540.03
HSL339.31º92.69%57.06%-
HSV(B)339.31º82.19%96.86%-
XYZ42.322.7918.09-
YUV112.68128.75223.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.99%
GREEN value IS 44 (17.58% from 255) = 10.86%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=60.99%
G=10.86%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474411400.820.540.03339.3192.6957.06
HexF72C720523631535d39
Octal36754162012266352313571
Binary11110111101100111001001010010110110111010100111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72C72; }

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

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

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

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

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

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

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

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