Shades of Razzle Dazzle Rose #F924C0
Tints of Razzle Dazzle Rose #F924C0
RGB
CMYK
RGB Variations
Color information
#F924C0 (or 0xF924C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 24 and C0. RGB value is (249,36,192). Sum of RGB (Red+Green+Blue) = 249+36+192=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F924C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F924C0 is #06DB3F. Grayscale: #757575. Windows color (decimal): -449344 or 12592377. OLE color: 12592377.
HSL color Cylindrical-coordinate representation of color #F924C0: hue angle of 316.06º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F924C0 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 192 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.02 |
| HSL | 316.06º | 0.95% | 0.56% | - |
| HSV(B) | 316.06º | 0.86% | 0.98% | - |
| XYZ | 49.21 | 25.21 | 52.14 | - |
| YUV | 117.47 | 170.07 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 192 | 0 | 0.86 | 0.23 | 0.02 | 316.06 | 0.95 | 0.56 |
| Hex | F9 | 24 | C0 | 0 | 56 | 17 | 2 | 13C | 5F | 38 |
| Octal | 371 | 44 | 300 | 0 | 126 | 27 | 2 | 474 | 137 | 70 |
| Binary | 11111001 | 100100 | 11000000 | 0 | 1010110 | 10111 | 10 | 100111100 | 1011111 | 111000 |
Color Harmonies of #F924C0
Complementary color
Monochromatic Colors of #F924C0
Black with #F924C0
Text Example
Text Example
White with #F924C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F924C0; }
p { color: rgb(249,36,192); }
H1.HeaderClassName
{
color: #F924C0;
}
.AnyTagClassName
{
color: #F924C0;
}
</style>
background-color css
<style>
a { background-color: #F924C0; }
a { background-color: rgb(249,36,192); }
div.DivClassName
{
background-color: #F924C0;
}
.BgClassName
{
background-color: #F924C0;
}
</style>
border-color css
<style>
span { border-color: #F924C0; }
span { border-color: rgb(249,36,192); }
td.TdClassName
{
border-color: #F924C0;
}
.TagClassName
{
border-color: #F924C0;
}
</style>