Shades of Razzle Dazzle Rose #F949CB
Tints of Razzle Dazzle Rose #F949CB
RGB
CMYK
RGB Variations
Color information
#F949CB (or 0xF949CB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and CB. RGB value is (249,73,203). Sum of RGB (Red+Green+Blue) = 249+73+203=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F949CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949CB is #06B634. Grayscale: #8C8C8C. Windows color (decimal): -439861 or 13322745. OLE color: 13322745.
HSL color Cylindrical-coordinate representation of color #F949CB: hue angle of 315.68º 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 #F949CB is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 203 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.02 |
| HSL | 315.68º | 0.94% | 0.63% | - |
| HSV(B) | 315.68º | 0.71% | 0.98% | - |
| XYZ | 52.23 | 29.22 | 59.39 | - |
| YUV | 140.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 203 | 0 | 0.71 | 0.18 | 0.02 | 315.68 | 0.94 | 0.63 |
| Hex | F9 | 49 | CB | 0 | 47 | 12 | 2 | 13C | 5E | 3F |
| Octal | 371 | 111 | 313 | 0 | 107 | 22 | 2 | 474 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11001011 | 0 | 1000111 | 10010 | 10 | 100111100 | 1011110 | 111111 |
Color Harmonies of #F949CB
Complementary color
Monochromatic Colors of #F949CB
Black with #F949CB
Text Example
Text Example
White with #F949CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949CB; }
p { color: rgb(249,73,203); }
H1.HeaderClassName
{
color: #F949CB;
}
.AnyTagClassName
{
color: #F949CB;
}
</style>
background-color css
<style>
a { background-color: #F949CB; }
a { background-color: rgb(249,73,203); }
div.DivClassName
{
background-color: #F949CB;
}
.BgClassName
{
background-color: #F949CB;
}
</style>
border-color css
<style>
span { border-color: #F949CB; }
span { border-color: rgb(249,73,203); }
td.TdClassName
{
border-color: #F949CB;
}
.TagClassName
{
border-color: #F949CB;
}
</style>