Shades of Razzle Dazzle Rose #F944D4
Tints of Razzle Dazzle Rose #F944D4
RGB
CMYK
RGB Variations
Color information
#F944D4 (or 0xF944D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 44 and D4. RGB value is (249,68,212). Sum of RGB (Red+Green+Blue) = 249+68+212=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 68 (26.95% from 255 or 12.85% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F944D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F944D4 is #06BB2B. Grayscale: #8A8A8A. Windows color (decimal): -441132 or 13911289. OLE color: 13911289.
HSL color Cylindrical-coordinate representation of color #F944D4: hue angle of 312.27º 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 #F944D4 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 212 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.02 |
| HSL | 312.27º | 0.94% | 0.62% | - |
| HSV(B) | 312.27º | 0.73% | 0.98% | - |
| XYZ | 53.02 | 29.03 | 65.1 | - |
| YUV | 138.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 212 | 0 | 0.73 | 0.15 | 0.02 | 312.27 | 0.94 | 0.62 |
| Hex | F9 | 44 | D4 | 0 | 49 | F | 2 | 138 | 5E | 3E |
| Octal | 371 | 104 | 324 | 0 | 111 | 17 | 2 | 470 | 136 | 76 |
| Binary | 11111001 | 1000100 | 11010100 | 0 | 1001001 | 1111 | 10 | 100111000 | 1011110 | 111110 |
Color Harmonies of #F944D4
Complementary color
Monochromatic Colors of #F944D4
Black with #F944D4
Text Example
Text Example
White with #F944D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944D4; }
p { color: rgb(249,68,212); }
H1.HeaderClassName
{
color: #F944D4;
}
.AnyTagClassName
{
color: #F944D4;
}
</style>
background-color css
<style>
a { background-color: #F944D4; }
a { background-color: rgb(249,68,212); }
div.DivClassName
{
background-color: #F944D4;
}
.BgClassName
{
background-color: #F944D4;
}
</style>
border-color css
<style>
span { border-color: #F944D4; }
span { border-color: rgb(249,68,212); }
td.TdClassName
{
border-color: #F944D4;
}
.TagClassName
{
border-color: #F944D4;
}
</style>