Shades of Razzle Dazzle Rose #F940CB
Tints of Razzle Dazzle Rose #F940CB
RGB
CMYK
RGB Variations
Color information
#F940CB (or 0xF940CB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and CB. RGB value is (249,64,203). Sum of RGB (Red+Green+Blue) = 249+64+203=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F940CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940CB is #06BF34. Grayscale: #868686. Windows color (decimal): -442165 or 13320441. OLE color: 13320441.
HSL color Cylindrical-coordinate representation of color #F940CB: hue angle of 314.92º 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 #F940CB is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 203 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.02 |
| HSL | 314.92º | 0.94% | 0.61% | - |
| HSV(B) | 314.92º | 0.74% | 0.98% | - |
| XYZ | 51.68 | 28.12 | 59.2 | - |
| YUV | 135.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 203 | 0 | 0.74 | 0.18 | 0.02 | 314.92 | 0.94 | 0.61 |
| Hex | F9 | 40 | CB | 0 | 4A | 12 | 2 | 13B | 5E | 3D |
| Octal | 371 | 100 | 313 | 0 | 112 | 22 | 2 | 473 | 136 | 75 |
| Binary | 11111001 | 1000000 | 11001011 | 0 | 1001010 | 10010 | 10 | 100111011 | 1011110 | 111101 |
Color Harmonies of #F940CB
Complementary color
Monochromatic Colors of #F940CB
Black with #F940CB
Text Example
Text Example
White with #F940CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940CB; }
p { color: rgb(249,64,203); }
H1.HeaderClassName
{
color: #F940CB;
}
.AnyTagClassName
{
color: #F940CB;
}
</style>
background-color css
<style>
a { background-color: #F940CB; }
a { background-color: rgb(249,64,203); }
div.DivClassName
{
background-color: #F940CB;
}
.BgClassName
{
background-color: #F940CB;
}
</style>
border-color css
<style>
span { border-color: #F940CB; }
span { border-color: rgb(249,64,203); }
td.TdClassName
{
border-color: #F940CB;
}
.TagClassName
{
border-color: #F940CB;
}
</style>