Shades of Razzle Dazzle Rose #F942BC
Tints of Razzle Dazzle Rose #F942BC
RGB
CMYK
RGB Variations
Color information
#F942BC (or 0xF942BC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and BC. RGB value is (249,66,188). Sum of RGB (Red+Green+Blue) = 249+66+188=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F942BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942BC is #06BD43. Grayscale: #868686. Windows color (decimal): -441668 or 12337913. OLE color: 12337913.
HSL color Cylindrical-coordinate representation of color #F942BC: hue angle of 320º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942BC is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 188 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.02 |
| HSL | 320º | 0.94% | 0.62% | - |
| HSV(B) | 320º | 0.73% | 0.98% | - |
| XYZ | 50.09 | 27.67 | 50.28 | - |
| YUV | 134.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 188 | 0 | 0.73 | 0.24 | 0.02 | 320 | 0.94 | 0.62 |
| Hex | F9 | 42 | BC | 0 | 49 | 18 | 2 | 140 | 5E | 3E |
| Octal | 371 | 102 | 274 | 0 | 111 | 30 | 2 | 500 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10111100 | 0 | 1001001 | 11000 | 10 | 101000000 | 1011110 | 111110 |
Color Harmonies of #F942BC
Complementary color
Monochromatic Colors of #F942BC
Black with #F942BC
Text Example
Text Example
White with #F942BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942BC; }
p { color: rgb(249,66,188); }
H1.HeaderClassName
{
color: #F942BC;
}
.AnyTagClassName
{
color: #F942BC;
}
</style>
background-color css
<style>
a { background-color: #F942BC; }
a { background-color: rgb(249,66,188); }
div.DivClassName
{
background-color: #F942BC;
}
.BgClassName
{
background-color: #F942BC;
}
</style>
border-color css
<style>
span { border-color: #F942BC; }
span { border-color: rgb(249,66,188); }
td.TdClassName
{
border-color: #F942BC;
}
.TagClassName
{
border-color: #F942BC;
}
</style>