#F72BF2

Color #F72BF2 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F72BF2

Tints of Razzle Dazzle Rose #F72BF2

Color information

#F72BF2 (or 0xF72BF2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 2B and F2. RGB value is (247,43,242). Sum of RGB (Red+Green+Blue) = 247+43+242=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 43 (17.19% from 255 or 8.08% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72BF2 is #08D40D. Grayscale: #7E7E7E. Windows color (decimal): -578574 or 15870967. OLE color: 15870967.

HSL color Cylindrical-coordinate representation of color #F72BF2: hue angle of 301.47º 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 #F72BF2 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB24743242-
CMYK00.830.020.03
HSL301.47º92.73%56.86%-
HSV(B)301.47º82.59%96.86%-
XYZ55.2527.9186.48-
YUV126.68193.09213.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.43%
GREEN value IS 43 (17.19% from 255) = 8.08%
BLUE value IS 242 (94.92% from 255) = 45.49%
R=46.43%
G=8.08%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474324200.830.020.03301.4792.7356.86
HexF72BF20532312d5d39
Octal3675336201232345513571
Binary11110111101011111100100101001110111001011011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72BF2; }

 p { color: rgb(247,43,242); }

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

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

 a { background-color: rgb(247,43,242); }

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

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

 span { border-color: rgb(247,43,242); }

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