Shades of Razzle Dazzle Rose #F92BCC
Tints of Razzle Dazzle Rose #F92BCC
RGB
CMYK
RGB Variations
Color information
#F92BCC (or 0xF92BCC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2B and CC. RGB value is (249,43,204). Sum of RGB (Red+Green+Blue) = 249+43+204=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F92BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92BCC is #06D433. Grayscale: #7A7A7A. Windows color (decimal): -447540 or 13380601. OLE color: 13380601.
HSL color Cylindrical-coordinate representation of color #F92BCC: hue angle of 313.11º 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 #F92BCC is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 204 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.02 |
| HSL | 313.11º | 0.94% | 0.57% | - |
| HSV(B) | 313.11º | 0.83% | 0.98% | - |
| XYZ | 50.83 | 26.23 | 59.51 | - |
| YUV | 122.95 | 173.75 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 204 | 0 | 0.83 | 0.18 | 0.02 | 313.11 | 0.94 | 0.57 |
| Hex | F9 | 2B | CC | 0 | 53 | 12 | 2 | 139 | 5E | 39 |
| Octal | 371 | 53 | 314 | 0 | 123 | 22 | 2 | 471 | 136 | 71 |
| Binary | 11111001 | 101011 | 11001100 | 0 | 1010011 | 10010 | 10 | 100111001 | 1011110 | 111001 |
Color Harmonies of #F92BCC
Complementary color
Monochromatic Colors of #F92BCC
Black with #F92BCC
Text Example
Text Example
White with #F92BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92BCC; }
p { color: rgb(249,43,204); }
H1.HeaderClassName
{
color: #F92BCC;
}
.AnyTagClassName
{
color: #F92BCC;
}
</style>
background-color css
<style>
a { background-color: #F92BCC; }
a { background-color: rgb(249,43,204); }
div.DivClassName
{
background-color: #F92BCC;
}
.BgClassName
{
background-color: #F92BCC;
}
</style>
border-color css
<style>
span { border-color: #F92BCC; }
span { border-color: rgb(249,43,204); }
td.TdClassName
{
border-color: #F92BCC;
}
.TagClassName
{
border-color: #F92BCC;
}
</style>