Shades of Razzle Dazzle Rose #F72ADB
Tints of Razzle Dazzle Rose #F72ADB
RGB
CMYK
RGB Variations
Color information
#F72ADB (or 0xF72ADB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2A and DB. RGB value is (247,42,219). Sum of RGB (Red+Green+Blue) = 247+42+219=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F72ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72ADB is #08D524. Grayscale: #7A7A7A. Windows color (decimal): -578853 or 14363383. OLE color: 14363383.
HSL color Cylindrical-coordinate representation of color #F72ADB: hue angle of 308.2º 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 #F72ADB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 219 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.03 |
| HSL | 308.2º | 0.93% | 0.57% | - |
| HSV(B) | 308.2º | 0.83% | 0.97% | - |
| XYZ | 51.97 | 26.54 | 69.4 | - |
| YUV | 123.47 | 181.92 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 219 | 0 | 0.83 | 0.11 | 0.03 | 308.2 | 0.93 | 0.57 |
| Hex | F7 | 2A | DB | 0 | 53 | B | 3 | 134 | 5D | 39 |
| Octal | 367 | 52 | 333 | 0 | 123 | 13 | 3 | 464 | 135 | 71 |
| Binary | 11110111 | 101010 | 11011011 | 0 | 1010011 | 1011 | 11 | 100110100 | 1011101 | 111001 |
Color Harmonies of #F72ADB
Complementary color
Monochromatic Colors of #F72ADB
Black with #F72ADB
Text Example
Text Example
White with #F72ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72ADB; }
p { color: rgb(247,42,219); }
H1.HeaderClassName
{
color: #F72ADB;
}
.AnyTagClassName
{
color: #F72ADB;
}
</style>
background-color css
<style>
a { background-color: #F72ADB; }
a { background-color: rgb(247,42,219); }
div.DivClassName
{
background-color: #F72ADB;
}
.BgClassName
{
background-color: #F72ADB;
}
</style>
border-color css
<style>
span { border-color: #F72ADB; }
span { border-color: rgb(247,42,219); }
td.TdClassName
{
border-color: #F72ADB;
}
.TagClassName
{
border-color: #F72ADB;
}
</style>