Shades of Razzle Dazzle Rose #F72FDB
Tints of Razzle Dazzle Rose #F72FDB
RGB
CMYK
RGB Variations
Color information
#F72FDB (or 0xF72FDB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2F and DB. RGB value is (247,47,219). Sum of RGB (Red+Green+Blue) = 247+47+219=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 47 (18.75% from 255 or 9.16% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72FDB is #08D024. Grayscale: #7D7D7D. Windows color (decimal): -577573 or 14364663. OLE color: 14364663.
HSL color Cylindrical-coordinate representation of color #F72FDB: hue angle of 308.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72FDB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 219 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 308.4º | 0.93% | 0.58% | - |
| HSV(B) | 308.4º | 0.81% | 0.97% | - |
| XYZ | 52.16 | 26.92 | 69.47 | - |
| YUV | 126.41 | 180.26 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 219 | 0 | 0.81 | 0.11 | 0.03 | 308.4 | 0.93 | 0.58 |
| Hex | F7 | 2F | DB | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 57 | 333 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 101111 | 11011011 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F72FDB
Complementary color
Monochromatic Colors of #F72FDB
Black with #F72FDB
Text Example
Text Example
White with #F72FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72FDB; }
p { color: rgb(247,47,219); }
H1.HeaderClassName
{
color: #F72FDB;
}
.AnyTagClassName
{
color: #F72FDB;
}
</style>
background-color css
<style>
a { background-color: #F72FDB; }
a { background-color: rgb(247,47,219); }
div.DivClassName
{
background-color: #F72FDB;
}
.BgClassName
{
background-color: #F72FDB;
}
</style>
border-color css
<style>
span { border-color: #F72FDB; }
span { border-color: rgb(247,47,219); }
td.TdClassName
{
border-color: #F72FDB;
}
.TagClassName
{
border-color: #F72FDB;
}
</style>