Shades of Razzle Dazzle Rose #F940BA
Tints of Razzle Dazzle Rose #F940BA
RGB
CMYK
RGB Variations
Color information
#F940BA (or 0xF940BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and BA. RGB value is (249,64,186). Sum of RGB (Red+Green+Blue) = 249+64+186=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F940BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940BA is #06BF45. Grayscale: #848484. Windows color (decimal): -442182 or 12206329. OLE color: 12206329.
HSL color Cylindrical-coordinate representation of color #F940BA: hue angle of 320.43º 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 #F940BA is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 186 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.02 |
| HSL | 320.43º | 0.94% | 0.61% | - |
| HSV(B) | 320.43º | 0.74% | 0.98% | - |
| XYZ | 49.76 | 27.35 | 49.11 | - |
| YUV | 133.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 186 | 0 | 0.74 | 0.25 | 0.02 | 320.43 | 0.94 | 0.61 |
| Hex | F9 | 40 | BA | 0 | 4A | 19 | 2 | 140 | 5E | 3D |
| Octal | 371 | 100 | 272 | 0 | 112 | 31 | 2 | 500 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10111010 | 0 | 1001010 | 11001 | 10 | 101000000 | 1011110 | 111101 |
Color Harmonies of #F940BA
Complementary color
Monochromatic Colors of #F940BA
Black with #F940BA
Text Example
Text Example
White with #F940BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940BA; }
p { color: rgb(249,64,186); }
H1.HeaderClassName
{
color: #F940BA;
}
.AnyTagClassName
{
color: #F940BA;
}
</style>
background-color css
<style>
a { background-color: #F940BA; }
a { background-color: rgb(249,64,186); }
div.DivClassName
{
background-color: #F940BA;
}
.BgClassName
{
background-color: #F940BA;
}
</style>
border-color css
<style>
span { border-color: #F940BA; }
span { border-color: rgb(249,64,186); }
td.TdClassName
{
border-color: #F940BA;
}
.TagClassName
{
border-color: #F940BA;
}
</style>