Shades of Razzle Dazzle Rose #F944C0
Tints of Razzle Dazzle Rose #F944C0
RGB
CMYK
RGB Variations
Color information
#F944C0 (or 0xF944C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 44 and C0. RGB value is (249,68,192). Sum of RGB (Red+Green+Blue) = 249+68+192=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F944C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F944C0 is #06BB3F. Grayscale: #878787. Windows color (decimal): -441152 or 12600569. OLE color: 12600569.
HSL color Cylindrical-coordinate representation of color #F944C0: hue angle of 318.9º 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 #F944C0 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 192 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.02 |
| HSL | 318.9º | 0.94% | 0.62% | - |
| HSV(B) | 318.9º | 0.73% | 0.98% | - |
| XYZ | 50.65 | 28.08 | 52.62 | - |
| YUV | 136.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 192 | 0 | 0.73 | 0.23 | 0.02 | 318.9 | 0.94 | 0.62 |
| Hex | F9 | 44 | C0 | 0 | 49 | 17 | 2 | 13F | 5E | 3E |
| Octal | 371 | 104 | 300 | 0 | 111 | 27 | 2 | 477 | 136 | 76 |
| Binary | 11111001 | 1000100 | 11000000 | 0 | 1001001 | 10111 | 10 | 100111111 | 1011110 | 111110 |
Color Harmonies of #F944C0
Complementary color
Monochromatic Colors of #F944C0
Black with #F944C0
Text Example
Text Example
White with #F944C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944C0; }
p { color: rgb(249,68,192); }
H1.HeaderClassName
{
color: #F944C0;
}
.AnyTagClassName
{
color: #F944C0;
}
</style>
background-color css
<style>
a { background-color: #F944C0; }
a { background-color: rgb(249,68,192); }
div.DivClassName
{
background-color: #F944C0;
}
.BgClassName
{
background-color: #F944C0;
}
</style>
border-color css
<style>
span { border-color: #F944C0; }
span { border-color: rgb(249,68,192); }
td.TdClassName
{
border-color: #F944C0;
}
.TagClassName
{
border-color: #F944C0;
}
</style>