Shades of Razzle Dazzle Rose #F94ACC
Tints of Razzle Dazzle Rose #F94ACC
RGB
CMYK
RGB Variations
Color information
#F94ACC (or 0xF94ACC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4A and CC. RGB value is (249,74,204). Sum of RGB (Red+Green+Blue) = 249+74+204=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94ACC is #06B533. Grayscale: #8C8C8C. Windows color (decimal): -439604 or 13388537. OLE color: 13388537.
HSL color Cylindrical-coordinate representation of color #F94ACC: hue angle of 315.43º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94ACC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 204 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.43º | 0.94% | 0.63% | - |
| HSV(B) | 315.43º | 0.7% | 0.98% | - |
| XYZ | 52.41 | 29.4 | 60.04 | - |
| YUV | 141.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 204 | 0 | 0.70 | 0.18 | 0.02 | 315.43 | 0.94 | 0.63 |
| Hex | F9 | 4A | CC | 0 | 46 | 12 | 2 | 13B | 5E | 3F |
| Octal | 371 | 112 | 314 | 0 | 106 | 22 | 2 | 473 | 136 | 77 |
| Binary | 11111001 | 1001010 | 11001100 | 0 | 1000110 | 10010 | 10 | 100111011 | 1011110 | 111111 |
Color Harmonies of #F94ACC
Complementary color
Monochromatic Colors of #F94ACC
Black with #F94ACC
Text Example
Text Example
White with #F94ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94ACC; }
p { color: rgb(249,74,204); }
H1.HeaderClassName
{
color: #F94ACC;
}
.AnyTagClassName
{
color: #F94ACC;
}
</style>
background-color css
<style>
a { background-color: #F94ACC; }
a { background-color: rgb(249,74,204); }
div.DivClassName
{
background-color: #F94ACC;
}
.BgClassName
{
background-color: #F94ACC;
}
</style>
border-color css
<style>
span { border-color: #F94ACC; }
span { border-color: rgb(249,74,204); }
td.TdClassName
{
border-color: #F94ACC;
}
.TagClassName
{
border-color: #F94ACC;
}
</style>