Shades of Razzle Dazzle Rose #F94FCD
Tints of Razzle Dazzle Rose #F94FCD
RGB
CMYK
RGB Variations
Color information
#F94FCD (or 0xF94FCD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4F and CD. RGB value is (249,79,205). Sum of RGB (Red+Green+Blue) = 249+79+205=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FCD is #06B032. Grayscale: #8F8F8F. Windows color (decimal): -438323 or 13455353. OLE color: 13455353.
HSL color Cylindrical-coordinate representation of color #F94FCD: hue angle of 315.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94FCD is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 205 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.02 |
| HSL | 315.53º | 0.93% | 0.64% | - |
| HSV(B) | 315.53º | 0.68% | 0.98% | - |
| XYZ | 52.88 | 30.14 | 60.79 | - |
| YUV | 144.19 | 162.32 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 205 | 0 | 0.68 | 0.18 | 0.02 | 315.53 | 0.93 | 0.64 |
| Hex | F9 | 4F | CD | 0 | 44 | 12 | 2 | 13C | 5D | 40 |
| Octal | 371 | 117 | 315 | 0 | 104 | 22 | 2 | 474 | 135 | 100 |
| Binary | 11111001 | 1001111 | 11001101 | 0 | 1000100 | 10010 | 10 | 100111100 | 1011101 | 1000000 |
Color Harmonies of #F94FCD
Complementary color
Monochromatic Colors of #F94FCD
Black with #F94FCD
Text Example
Text Example
White with #F94FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94FCD; }
p { color: rgb(249,79,205); }
H1.HeaderClassName
{
color: #F94FCD;
}
.AnyTagClassName
{
color: #F94FCD;
}
</style>
background-color css
<style>
a { background-color: #F94FCD; }
a { background-color: rgb(249,79,205); }
div.DivClassName
{
background-color: #F94FCD;
}
.BgClassName
{
background-color: #F94FCD;
}
</style>
border-color css
<style>
span { border-color: #F94FCD; }
span { border-color: rgb(249,79,205); }
td.TdClassName
{
border-color: #F94FCD;
}
.TagClassName
{
border-color: #F94FCD;
}
</style>