Shades of Razzle Dazzle Rose #F944B7
Tints of Razzle Dazzle Rose #F944B7
RGB
CMYK
RGB Variations
Color information
#F944B7 (or 0xF944B7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 44 and B7. RGB value is (249,68,183). Sum of RGB (Red+Green+Blue) = 249+68+183=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F944B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F944B7 is #06BB48. Grayscale: #868686. Windows color (decimal): -441161 or 12010745. OLE color: 12010745.
HSL color Cylindrical-coordinate representation of color #F944B7: hue angle of 321.88º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F944B7 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 183 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.02 |
| HSL | 321.88º | 0.94% | 0.62% | - |
| HSV(B) | 321.88º | 0.73% | 0.98% | - |
| XYZ | 49.68 | 27.69 | 47.53 | - |
| YUV | 135.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 183 | 0 | 0.73 | 0.27 | 0.02 | 321.88 | 0.94 | 0.62 |
| Hex | F9 | 44 | B7 | 0 | 49 | 1B | 2 | 142 | 5E | 3E |
| Octal | 371 | 104 | 267 | 0 | 111 | 33 | 2 | 502 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10110111 | 0 | 1001001 | 11011 | 10 | 101000010 | 1011110 | 111110 |
Color Harmonies of #F944B7
Complementary color
Monochromatic Colors of #F944B7
Black with #F944B7
Text Example
Text Example
White with #F944B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944B7; }
p { color: rgb(249,68,183); }
H1.HeaderClassName
{
color: #F944B7;
}
.AnyTagClassName
{
color: #F944B7;
}
</style>
background-color css
<style>
a { background-color: #F944B7; }
a { background-color: rgb(249,68,183); }
div.DivClassName
{
background-color: #F944B7;
}
.BgClassName
{
background-color: #F944B7;
}
</style>
border-color css
<style>
span { border-color: #F944B7; }
span { border-color: rgb(249,68,183); }
td.TdClassName
{
border-color: #F944B7;
}
.TagClassName
{
border-color: #F944B7;
}
</style>