Shades of Razzle Dazzle Rose #F94FC0
Tints of Razzle Dazzle Rose #F94FC0
RGB
CMYK
RGB Variations
Color information
#F94FC0 (or 0xF94FC0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4F and C0. RGB value is (249,79,192). Sum of RGB (Red+Green+Blue) = 249+79+192=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FC0 is #06B03F. Grayscale: #8E8E8E. Windows color (decimal): -438336 or 12603385. OLE color: 12603385.
HSL color Cylindrical-coordinate representation of color #F94FC0: hue angle of 320.12º 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 #F94FC0 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 192 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.02 |
| HSL | 320.12º | 0.93% | 0.64% | - |
| HSV(B) | 320.12º | 0.68% | 0.98% | - |
| XYZ | 51.38 | 29.54 | 52.86 | - |
| YUV | 142.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 192 | 0 | 0.68 | 0.23 | 0.02 | 320.12 | 0.93 | 0.64 |
| Hex | F9 | 4F | C0 | 0 | 44 | 17 | 2 | 140 | 5D | 40 |
| Octal | 371 | 117 | 300 | 0 | 104 | 27 | 2 | 500 | 135 | 100 |
| Binary | 11111001 | 1001111 | 11000000 | 0 | 1000100 | 10111 | 10 | 101000000 | 1011101 | 1000000 |
Color Harmonies of #F94FC0
Complementary color
Monochromatic Colors of #F94FC0
Black with #F94FC0
Text Example
Text Example
White with #F94FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94FC0; }
p { color: rgb(249,79,192); }
H1.HeaderClassName
{
color: #F94FC0;
}
.AnyTagClassName
{
color: #F94FC0;
}
</style>
background-color css
<style>
a { background-color: #F94FC0; }
a { background-color: rgb(249,79,192); }
div.DivClassName
{
background-color: #F94FC0;
}
.BgClassName
{
background-color: #F94FC0;
}
</style>
border-color css
<style>
span { border-color: #F94FC0; }
span { border-color: rgb(249,79,192); }
td.TdClassName
{
border-color: #F94FC0;
}
.TagClassName
{
border-color: #F94FC0;
}
</style>