Shades of Razzle Dazzle Rose #F942B8
Tints of Razzle Dazzle Rose #F942B8
RGB
CMYK
RGB Variations
Color information
#F942B8 (or 0xF942B8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and B8. RGB value is (249,66,184). Sum of RGB (Red+Green+Blue) = 249+66+184=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F942B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942B8 is #06BD47. Grayscale: #858585. Windows color (decimal): -441672 or 12075769. OLE color: 12075769.
HSL color Cylindrical-coordinate representation of color #F942B8: hue angle of 321.31º 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 #F942B8 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 184 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.02 |
| HSL | 321.31º | 0.94% | 0.62% | - |
| HSV(B) | 321.31º | 0.73% | 0.98% | - |
| XYZ | 49.67 | 27.5 | 48.04 | - |
| YUV | 134.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 184 | 0 | 0.73 | 0.26 | 0.02 | 321.31 | 0.94 | 0.62 |
| Hex | F9 | 42 | B8 | 0 | 49 | 1A | 2 | 141 | 5E | 3E |
| Octal | 371 | 102 | 270 | 0 | 111 | 32 | 2 | 501 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10111000 | 0 | 1001001 | 11010 | 10 | 101000001 | 1011110 | 111110 |
Color Harmonies of #F942B8
Complementary color
Monochromatic Colors of #F942B8
Black with #F942B8
Text Example
Text Example
White with #F942B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942B8; }
p { color: rgb(249,66,184); }
H1.HeaderClassName
{
color: #F942B8;
}
.AnyTagClassName
{
color: #F942B8;
}
</style>
background-color css
<style>
a { background-color: #F942B8; }
a { background-color: rgb(249,66,184); }
div.DivClassName
{
background-color: #F942B8;
}
.BgClassName
{
background-color: #F942B8;
}
</style>
border-color css
<style>
span { border-color: #F942B8; }
span { border-color: rgb(249,66,184); }
td.TdClassName
{
border-color: #F942B8;
}
.TagClassName
{
border-color: #F942B8;
}
</style>