Shades of Razzle Dazzle Rose #F72CDB
Tints of Razzle Dazzle Rose #F72CDB
RGB
CMYK
RGB Variations
Color information
#F72CDB (or 0xF72CDB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2C and DB. RGB value is (247,44,219). Sum of RGB (Red+Green+Blue) = 247+44+219=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F72CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72CDB is #08D324. Grayscale: #7C7C7C. Windows color (decimal): -578341 or 14363895. OLE color: 14363895.
HSL color Cylindrical-coordinate representation of color #F72CDB: hue angle of 308.28º 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 #F72CDB is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 219 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.03 |
| HSL | 308.28º | 0.93% | 0.57% | - |
| HSV(B) | 308.28º | 0.82% | 0.97% | - |
| XYZ | 52.04 | 26.69 | 69.43 | - |
| YUV | 124.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 219 | 0 | 0.82 | 0.11 | 0.03 | 308.28 | 0.93 | 0.57 |
| Hex | F7 | 2C | DB | 0 | 52 | B | 3 | 134 | 5D | 39 |
| Octal | 367 | 54 | 333 | 0 | 122 | 13 | 3 | 464 | 135 | 71 |
| Binary | 11110111 | 101100 | 11011011 | 0 | 1010010 | 1011 | 11 | 100110100 | 1011101 | 111001 |
Color Harmonies of #F72CDB
Complementary color
Monochromatic Colors of #F72CDB
Black with #F72CDB
Text Example
Text Example
White with #F72CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72CDB; }
p { color: rgb(247,44,219); }
H1.HeaderClassName
{
color: #F72CDB;
}
.AnyTagClassName
{
color: #F72CDB;
}
</style>
background-color css
<style>
a { background-color: #F72CDB; }
a { background-color: rgb(247,44,219); }
div.DivClassName
{
background-color: #F72CDB;
}
.BgClassName
{
background-color: #F72CDB;
}
</style>
border-color css
<style>
span { border-color: #F72CDB; }
span { border-color: rgb(247,44,219); }
td.TdClassName
{
border-color: #F72CDB;
}
.TagClassName
{
border-color: #F72CDB;
}
</style>