Shades of Razzle Dazzle Rose #F94AD4
Tints of Razzle Dazzle Rose #F94AD4
RGB
CMYK
RGB Variations
Color information
#F94AD4 (or 0xF94AD4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4A and D4. RGB value is (249,74,212). Sum of RGB (Red+Green+Blue) = 249+74+212=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94AD4 is #06B52B. Grayscale: #8D8D8D. Windows color (decimal): -439596 or 13912825. OLE color: 13912825.
HSL color Cylindrical-coordinate representation of color #F94AD4: hue angle of 312.69º 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 #F94AD4 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 212 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.02 |
| HSL | 312.69º | 0.94% | 0.63% | - |
| HSV(B) | 312.69º | 0.7% | 0.98% | - |
| XYZ | 53.4 | 29.79 | 65.22 | - |
| YUV | 142.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 212 | 0 | 0.70 | 0.15 | 0.02 | 312.69 | 0.94 | 0.63 |
| Hex | F9 | 4A | D4 | 0 | 46 | F | 2 | 139 | 5E | 3F |
| Octal | 371 | 112 | 324 | 0 | 106 | 17 | 2 | 471 | 136 | 77 |
| Binary | 11111001 | 1001010 | 11010100 | 0 | 1000110 | 1111 | 10 | 100111001 | 1011110 | 111111 |
Color Harmonies of #F94AD4
Complementary color
Monochromatic Colors of #F94AD4
Black with #F94AD4
Text Example
Text Example
White with #F94AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AD4; }
p { color: rgb(249,74,212); }
H1.HeaderClassName
{
color: #F94AD4;
}
.AnyTagClassName
{
color: #F94AD4;
}
</style>
background-color css
<style>
a { background-color: #F94AD4; }
a { background-color: rgb(249,74,212); }
div.DivClassName
{
background-color: #F94AD4;
}
.BgClassName
{
background-color: #F94AD4;
}
</style>
border-color css
<style>
span { border-color: #F94AD4; }
span { border-color: rgb(249,74,212); }
td.TdClassName
{
border-color: #F94AD4;
}
.TagClassName
{
border-color: #F94AD4;
}
</style>