Shades of Razzle Dazzle Rose #F940CF
Tints of Razzle Dazzle Rose #F940CF
RGB
CMYK
RGB Variations
Color information
#F940CF (or 0xF940CF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and CF. RGB value is (249,64,207). Sum of RGB (Red+Green+Blue) = 249+64+207=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F940CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940CF is #06BF30. Grayscale: #878787. Windows color (decimal): -442161 or 13582585. OLE color: 13582585.
HSL color Cylindrical-coordinate representation of color #F940CF: hue angle of 313.62º 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 #F940CF is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 207 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.02 |
| HSL | 313.62º | 0.94% | 0.61% | - |
| HSV(B) | 313.62º | 0.74% | 0.98% | - |
| XYZ | 52.16 | 28.31 | 61.75 | - |
| YUV | 135.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 207 | 0 | 0.74 | 0.17 | 0.02 | 313.62 | 0.94 | 0.61 |
| Hex | F9 | 40 | CF | 0 | 4A | 11 | 2 | 13A | 5E | 3D |
| Octal | 371 | 100 | 317 | 0 | 112 | 21 | 2 | 472 | 136 | 75 |
| Binary | 11111001 | 1000000 | 11001111 | 0 | 1001010 | 10001 | 10 | 100111010 | 1011110 | 111101 |
Color Harmonies of #F940CF
Complementary color
Monochromatic Colors of #F940CF
Black with #F940CF
Text Example
Text Example
White with #F940CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940CF; }
p { color: rgb(249,64,207); }
H1.HeaderClassName
{
color: #F940CF;
}
.AnyTagClassName
{
color: #F940CF;
}
</style>
background-color css
<style>
a { background-color: #F940CF; }
a { background-color: rgb(249,64,207); }
div.DivClassName
{
background-color: #F940CF;
}
.BgClassName
{
background-color: #F940CF;
}
</style>
border-color css
<style>
span { border-color: #F940CF; }
span { border-color: rgb(249,64,207); }
td.TdClassName
{
border-color: #F940CF;
}
.TagClassName
{
border-color: #F940CF;
}
</style>