#F7206A

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

Shades of Radical Red #F7206A

Tints of Radical Red #F7206A

Color information

#F7206A (or 0xF7206A) is unknown color: approx Radical Red. HEX triplet: F7, 20 and 6A. RGB value is (247,32,106). Sum of RGB (Red+Green+Blue) = 247+32+106=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F7206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7206A is #08DF95. Grayscale: #686868. Windows color (decimal): -581526 or 6955255. OLE color: 6955255.

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

Color convert

RGB24732106-
CMYK00.870.570.03
HSL339.35º93.07%54.71%-
HSV(B)339.35º87.04%96.86%-
XYZ41.4821.8515.67-
YUV104.72128.73229.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.16%
GREEN value IS 32 (12.89% from 255) = 8.31%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=64.16%
G=8.31%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473210600.870.570.03339.3593.0754.71
HexF7206A0573931535d37
Octal36740152012771352313567
Binary11110111100000110101001010111111001111010100111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7206A; }

 p { color: rgb(247,32,106); }

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

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

 a { background-color: rgb(247,32,106); }

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

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

 span { border-color: rgb(247,32,106); }

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