Shades of Razzle Dazzle Rose #F940BC
Tints of Razzle Dazzle Rose #F940BC
RGB
CMYK
RGB Variations
Color information
#F940BC (or 0xF940BC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and BC. RGB value is (249,64,188). Sum of RGB (Red+Green+Blue) = 249+64+188=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F940BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940BC is #06BF43. Grayscale: #858585. Windows color (decimal): -442180 or 12337401. OLE color: 12337401.
HSL color Cylindrical-coordinate representation of color #F940BC: hue angle of 319.78º 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 #F940BC is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 188 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.02 |
| HSL | 319.78º | 0.94% | 0.61% | - |
| HSV(B) | 319.78º | 0.74% | 0.98% | - |
| XYZ | 49.98 | 27.44 | 50.24 | - |
| YUV | 133.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 188 | 0 | 0.74 | 0.24 | 0.02 | 319.78 | 0.94 | 0.61 |
| Hex | F9 | 40 | BC | 0 | 4A | 18 | 2 | 140 | 5E | 3D |
| Octal | 371 | 100 | 274 | 0 | 112 | 30 | 2 | 500 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10111100 | 0 | 1001010 | 11000 | 10 | 101000000 | 1011110 | 111101 |
Color Harmonies of #F940BC
Complementary color
Monochromatic Colors of #F940BC
Black with #F940BC
Text Example
Text Example
White with #F940BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940BC; }
p { color: rgb(249,64,188); }
H1.HeaderClassName
{
color: #F940BC;
}
.AnyTagClassName
{
color: #F940BC;
}
</style>
background-color css
<style>
a { background-color: #F940BC; }
a { background-color: rgb(249,64,188); }
div.DivClassName
{
background-color: #F940BC;
}
.BgClassName
{
background-color: #F940BC;
}
</style>
border-color css
<style>
span { border-color: #F940BC; }
span { border-color: rgb(249,64,188); }
td.TdClassName
{
border-color: #F940BC;
}
.TagClassName
{
border-color: #F940BC;
}
</style>