Shades of Razzle Dazzle Rose #F94ACD
Tints of Razzle Dazzle Rose #F94ACD
RGB
CMYK
RGB Variations
Color information
#F94ACD (or 0xF94ACD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4A and CD. RGB value is (249,74,205). Sum of RGB (Red+Green+Blue) = 249+74+205=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94ACD is #06B532. Grayscale: #8C8C8C. Windows color (decimal): -439603 or 13454073. OLE color: 13454073.
HSL color Cylindrical-coordinate representation of color #F94ACD: hue angle of 315.09º 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 #F94ACD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 205 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.09º | 0.94% | 0.63% | - |
| HSV(B) | 315.09º | 0.7% | 0.98% | - |
| XYZ | 52.54 | 29.45 | 60.67 | - |
| YUV | 141.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 205 | 0 | 0.70 | 0.18 | 0.02 | 315.09 | 0.94 | 0.63 |
| Hex | F9 | 4A | CD | 0 | 46 | 12 | 2 | 13B | 5E | 3F |
| Octal | 371 | 112 | 315 | 0 | 106 | 22 | 2 | 473 | 136 | 77 |
| Binary | 11111001 | 1001010 | 11001101 | 0 | 1000110 | 10010 | 10 | 100111011 | 1011110 | 111111 |
Color Harmonies of #F94ACD
Complementary color
Monochromatic Colors of #F94ACD
Black with #F94ACD
Text Example
Text Example
White with #F94ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94ACD; }
p { color: rgb(249,74,205); }
H1.HeaderClassName
{
color: #F94ACD;
}
.AnyTagClassName
{
color: #F94ACD;
}
</style>
background-color css
<style>
a { background-color: #F94ACD; }
a { background-color: rgb(249,74,205); }
div.DivClassName
{
background-color: #F94ACD;
}
.BgClassName
{
background-color: #F94ACD;
}
</style>
border-color css
<style>
span { border-color: #F94ACD; }
span { border-color: rgb(249,74,205); }
td.TdClassName
{
border-color: #F94ACD;
}
.TagClassName
{
border-color: #F94ACD;
}
</style>