Shades of Razzle Dazzle Rose #F92ACC
Tints of Razzle Dazzle Rose #F92ACC
RGB
CMYK
RGB Variations
Color information
#F92ACC (or 0xF92ACC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2A and CC. RGB value is (249,42,204). Sum of RGB (Red+Green+Blue) = 249+42+204=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F92ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92ACC is #06D533. Grayscale: #797979. Windows color (decimal): -447796 or 13380345. OLE color: 13380345.
HSL color Cylindrical-coordinate representation of color #F92ACC: hue angle of 313.04º degrees, saturation: 0.95, 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 #F92ACC is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 204 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.02 |
| HSL | 313.04º | 0.95% | 0.57% | - |
| HSV(B) | 313.04º | 0.83% | 0.98% | - |
| XYZ | 50.79 | 26.16 | 59.5 | - |
| YUV | 122.36 | 174.08 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 204 | 0 | 0.83 | 0.18 | 0.02 | 313.04 | 0.95 | 0.57 |
| Hex | F9 | 2A | CC | 0 | 53 | 12 | 2 | 139 | 5F | 39 |
| Octal | 371 | 52 | 314 | 0 | 123 | 22 | 2 | 471 | 137 | 71 |
| Binary | 11111001 | 101010 | 11001100 | 0 | 1010011 | 10010 | 10 | 100111001 | 1011111 | 111001 |
Color Harmonies of #F92ACC
Complementary color
Monochromatic Colors of #F92ACC
Black with #F92ACC
Text Example
Text Example
White with #F92ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92ACC; }
p { color: rgb(249,42,204); }
H1.HeaderClassName
{
color: #F92ACC;
}
.AnyTagClassName
{
color: #F92ACC;
}
</style>
background-color css
<style>
a { background-color: #F92ACC; }
a { background-color: rgb(249,42,204); }
div.DivClassName
{
background-color: #F92ACC;
}
.BgClassName
{
background-color: #F92ACC;
}
</style>
border-color css
<style>
span { border-color: #F92ACC; }
span { border-color: rgb(249,42,204); }
td.TdClassName
{
border-color: #F92ACC;
}
.TagClassName
{
border-color: #F92ACC;
}
</style>