#f72a69

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

Shades of Radical Red #F72A69

Tints of Radical Red #F72A69

Color information

#F72A69 (or 0xF72A69) is unknown color: approx Radical Red. HEX triplet: F7, 2A and 69. RGB value is (247,42,105). Sum of RGB (Red+Green+Blue) = 247+42+105=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72A69 is #08D596. Grayscale: #6E6E6E. Windows color (decimal): -578967 or 6892279. OLE color: 6892279.

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

Color convert

RGB24742105-
CMYK00.830.570.03
HSL341.56º92.76%56.67%-
HSV(B)341.56º83%96.86%-
XYZ41.7422.4515.5-
YUV110.48124.92225.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.69%
GREEN value IS 42 (16.80% from 255) = 10.66%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=62.69%
G=10.66%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474210500.830.570.03341.5692.7656.67
HexF72A690533931565d39
Octal36752151012371352613571
Binary11110111101010110100101010011111001111010101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f72a69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f72a69; }

 p { color: rgb(247,42,105); }

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

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

 a { background-color: rgb(247,42,105); }

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

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

 span { border-color: rgb(247,42,105); }

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