Shades of Razzle Dazzle Rose #F940B8
Tints of Razzle Dazzle Rose #F940B8
RGB
CMYK
RGB Variations
Color information
#F940B8 (or 0xF940B8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and B8. RGB value is (249,64,184). Sum of RGB (Red+Green+Blue) = 249+64+184=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F940B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940B8 is #06BF47. Grayscale: #848484. Windows color (decimal): -442184 or 12075257. OLE color: 12075257.
HSL color Cylindrical-coordinate representation of color #F940B8: hue angle of 321.08º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940B8 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 184 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.02 |
| HSL | 321.08º | 0.94% | 0.61% | - |
| HSV(B) | 321.08º | 0.74% | 0.98% | - |
| XYZ | 49.55 | 27.27 | 48 | - |
| YUV | 133 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 184 | 0 | 0.74 | 0.26 | 0.02 | 321.08 | 0.94 | 0.61 |
| Hex | F9 | 40 | B8 | 0 | 4A | 1A | 2 | 141 | 5E | 3D |
| Octal | 371 | 100 | 270 | 0 | 112 | 32 | 2 | 501 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10111000 | 0 | 1001010 | 11010 | 10 | 101000001 | 1011110 | 111101 |
Color Harmonies of #F940B8
Complementary color
Monochromatic Colors of #F940B8
Black with #F940B8
Text Example
Text Example
White with #F940B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940B8; }
p { color: rgb(249,64,184); }
H1.HeaderClassName
{
color: #F940B8;
}
.AnyTagClassName
{
color: #F940B8;
}
</style>
background-color css
<style>
a { background-color: #F940B8; }
a { background-color: rgb(249,64,184); }
div.DivClassName
{
background-color: #F940B8;
}
.BgClassName
{
background-color: #F940B8;
}
</style>
border-color css
<style>
span { border-color: #F940B8; }
span { border-color: rgb(249,64,184); }
td.TdClassName
{
border-color: #F940B8;
}
.TagClassName
{
border-color: #F940B8;
}
</style>