Shades of Razzle Dazzle Rose #F94BCD
Tints of Razzle Dazzle Rose #F94BCD
RGB
CMYK
RGB Variations
Color information
#F94BCD (or 0xF94BCD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4B and CD. RGB value is (249,75,205). Sum of RGB (Red+Green+Blue) = 249+75+205=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94BCD is #06B432. Grayscale: #8D8D8D. Windows color (decimal): -439347 or 13454329. OLE color: 13454329.
HSL color Cylindrical-coordinate representation of color #F94BCD: hue angle of 315.17º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94BCD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 75 | 205 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.17º | 0.94% | 0.64% | - |
| HSV(B) | 315.17º | 0.7% | 0.98% | - |
| XYZ | 52.6 | 29.58 | 60.69 | - |
| YUV | 141.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 75 | 205 | 0 | 0.70 | 0.18 | 0.02 | 315.17 | 0.94 | 0.64 |
| Hex | F9 | 4B | CD | 0 | 46 | 12 | 2 | 13B | 5E | 40 |
| Octal | 371 | 113 | 315 | 0 | 106 | 22 | 2 | 473 | 136 | 100 |
| Binary | 11111001 | 1001011 | 11001101 | 0 | 1000110 | 10010 | 10 | 100111011 | 1011110 | 1000000 |
Color Harmonies of #F94BCD
Complementary color
Monochromatic Colors of #F94BCD
Black with #F94BCD
Text Example
Text Example
White with #F94BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94BCD; }
p { color: rgb(249,75,205); }
H1.HeaderClassName
{
color: #F94BCD;
}
.AnyTagClassName
{
color: #F94BCD;
}
</style>
background-color css
<style>
a { background-color: #F94BCD; }
a { background-color: rgb(249,75,205); }
div.DivClassName
{
background-color: #F94BCD;
}
.BgClassName
{
background-color: #F94BCD;
}
</style>
border-color css
<style>
span { border-color: #F94BCD; }
span { border-color: rgb(249,75,205); }
td.TdClassName
{
border-color: #F94BCD;
}
.TagClassName
{
border-color: #F94BCD;
}
</style>