Shades of Razzle Dazzle Rose #F947CB
Tints of Razzle Dazzle Rose #F947CB
RGB
CMYK
RGB Variations
Color information
#F947CB (or 0xF947CB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and CB. RGB value is (249,71,203). Sum of RGB (Red+Green+Blue) = 249+71+203=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F947CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947CB is #06B834. Grayscale: #8A8A8A. Windows color (decimal): -440373 or 13322233. OLE color: 13322233.
HSL color Cylindrical-coordinate representation of color #F947CB: hue angle of 315.51º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F947CB is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 203 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.02 |
| HSL | 315.51º | 0.94% | 0.63% | - |
| HSV(B) | 315.51º | 0.71% | 0.98% | - |
| XYZ | 52.1 | 28.96 | 59.34 | - |
| YUV | 139.27 | 163.97 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 203 | 0 | 0.71 | 0.18 | 0.02 | 315.51 | 0.94 | 0.63 |
| Hex | F9 | 47 | CB | 0 | 47 | 12 | 2 | 13C | 5E | 3F |
| Octal | 371 | 107 | 313 | 0 | 107 | 22 | 2 | 474 | 136 | 77 |
| Binary | 11111001 | 1000111 | 11001011 | 0 | 1000111 | 10010 | 10 | 100111100 | 1011110 | 111111 |
Color Harmonies of #F947CB
Complementary color
Monochromatic Colors of #F947CB
Black with #F947CB
Text Example
Text Example
White with #F947CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F947CB; }
p { color: rgb(249,71,203); }
H1.HeaderClassName
{
color: #F947CB;
}
.AnyTagClassName
{
color: #F947CB;
}
</style>
background-color css
<style>
a { background-color: #F947CB; }
a { background-color: rgb(249,71,203); }
div.DivClassName
{
background-color: #F947CB;
}
.BgClassName
{
background-color: #F947CB;
}
</style>
border-color css
<style>
span { border-color: #F947CB; }
span { border-color: rgb(249,71,203); }
td.TdClassName
{
border-color: #F947CB;
}
.TagClassName
{
border-color: #F947CB;
}
</style>