#F72DBE

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

Shades of Razzle Dazzle Rose #F72DBE

Tints of Razzle Dazzle Rose #F72DBE

Color information

#F72DBE (or 0xF72DBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 2D and BE. RGB value is (247,45,190). Sum of RGB (Red+Green+Blue) = 247+45+190=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F72DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72DBE is #08D241. Grayscale: #797979. Windows color (decimal): -578114 or 12463607. OLE color: 12463607.

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

Color convert

RGB24745190-
CMYK00.820.230.03
HSL316.93º92.66%57.25%-
HSV(B)316.93º81.78%96.86%-
XYZ48.5925.3751.05-
YUV121.93166.42217.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 45 (17.97% from 255) = 9.34%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=51.24%
G=9.34%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474519000.820.230.03316.9392.6657.25
HexF72DBE05217313d5d39
Octal36755276012227347513571
Binary11110111101101101111100101001010111111001111011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72DBE; }

 p { color: rgb(247,45,190); }

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

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

 a { background-color: rgb(247,45,190); }

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

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

 span { border-color: rgb(247,45,190); }

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