Shades of Razzle Dazzle Rose #F92BCD
Tints of Razzle Dazzle Rose #F92BCD
RGB
CMYK
RGB Variations
Color information
#F92BCD (or 0xF92BCD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2B and CD. RGB value is (249,43,205). Sum of RGB (Red+Green+Blue) = 249+43+205=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F92BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92BCD is #06D432. Grayscale: #7A7A7A. Windows color (decimal): -447539 or 13446137. OLE color: 13446137.
HSL color Cylindrical-coordinate representation of color #F92BCD: hue angle of 312.82º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92BCD is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 205 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.02 |
| HSL | 312.82º | 0.94% | 0.57% | - |
| HSV(B) | 312.82º | 0.83% | 0.98% | - |
| XYZ | 50.95 | 26.28 | 60.14 | - |
| YUV | 123.06 | 174.25 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 205 | 0 | 0.83 | 0.18 | 0.02 | 312.82 | 0.94 | 0.57 |
| Hex | F9 | 2B | CD | 0 | 53 | 12 | 2 | 139 | 5E | 39 |
| Octal | 371 | 53 | 315 | 0 | 123 | 22 | 2 | 471 | 136 | 71 |
| Binary | 11111001 | 101011 | 11001101 | 0 | 1010011 | 10010 | 10 | 100111001 | 1011110 | 111001 |
Color Harmonies of #F92BCD
Complementary color
Monochromatic Colors of #F92BCD
Black with #F92BCD
Text Example
Text Example
White with #F92BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92BCD; }
p { color: rgb(249,43,205); }
H1.HeaderClassName
{
color: #F92BCD;
}
.AnyTagClassName
{
color: #F92BCD;
}
</style>
background-color css
<style>
a { background-color: #F92BCD; }
a { background-color: rgb(249,43,205); }
div.DivClassName
{
background-color: #F92BCD;
}
.BgClassName
{
background-color: #F92BCD;
}
</style>
border-color css
<style>
span { border-color: #F92BCD; }
span { border-color: rgb(249,43,205); }
td.TdClassName
{
border-color: #F92BCD;
}
.TagClassName
{
border-color: #F92BCD;
}
</style>