Shades of Razzle Dazzle Rose #F931CB
Tints of Razzle Dazzle Rose #F931CB
RGB
CMYK
RGB Variations
Color information
#F931CB (or 0xF931CB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and CB. RGB value is (249,49,203). Sum of RGB (Red+Green+Blue) = 249+49+203=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F931CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931CB is #06CE34. Grayscale: #7D7D7D. Windows color (decimal): -446005 or 13316601. OLE color: 13316601.
HSL color Cylindrical-coordinate representation of color #F931CB: hue angle of 313.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F931CB is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 203 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.02 |
| HSL | 313.8º | 0.94% | 0.58% | - |
| HSV(B) | 313.8º | 0.8% | 0.98% | - |
| XYZ | 50.94 | 26.65 | 58.96 | - |
| YUV | 126.36 | 171.26 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 203 | 0 | 0.80 | 0.18 | 0.02 | 313.8 | 0.94 | 0.58 |
| Hex | F9 | 31 | CB | 0 | 50 | 12 | 2 | 13A | 5E | 3A |
| Octal | 371 | 61 | 313 | 0 | 120 | 22 | 2 | 472 | 136 | 72 |
| Binary | 11111001 | 110001 | 11001011 | 0 | 1010000 | 10010 | 10 | 100111010 | 1011110 | 111010 |
Color Harmonies of #F931CB
Complementary color
Monochromatic Colors of #F931CB
Black with #F931CB
Text Example
Text Example
White with #F931CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931CB; }
p { color: rgb(249,49,203); }
H1.HeaderClassName
{
color: #F931CB;
}
.AnyTagClassName
{
color: #F931CB;
}
</style>
background-color css
<style>
a { background-color: #F931CB; }
a { background-color: rgb(249,49,203); }
div.DivClassName
{
background-color: #F931CB;
}
.BgClassName
{
background-color: #F931CB;
}
</style>
border-color css
<style>
span { border-color: #F931CB; }
span { border-color: rgb(249,49,203); }
td.TdClassName
{
border-color: #F931CB;
}
.TagClassName
{
border-color: #F931CB;
}
</style>