Shades of Razzle Dazzle Rose #F93AD4
Tints of Razzle Dazzle Rose #F93AD4
RGB
CMYK
RGB Variations
Color information
#F93AD4 (or 0xF93AD4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and D4. RGB value is (249,58,212). Sum of RGB (Red+Green+Blue) = 249+58+212=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AD4 is #06C52B. Grayscale: #848484. Windows color (decimal): -443692 or 13908729. OLE color: 13908729.
HSL color Cylindrical-coordinate representation of color #F93AD4: hue angle of 311.62º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AD4 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 212 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.02 |
| HSL | 311.62º | 0.94% | 0.6% | - |
| HSV(B) | 311.62º | 0.77% | 0.98% | - |
| XYZ | 52.46 | 27.92 | 64.91 | - |
| YUV | 132.67 | 172.78 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 212 | 0 | 0.77 | 0.15 | 0.02 | 311.62 | 0.94 | 0.6 |
| Hex | F9 | 3A | D4 | 0 | 4D | F | 2 | 138 | 5E | 3C |
| Octal | 371 | 72 | 324 | 0 | 115 | 17 | 2 | 470 | 136 | 74 |
| Binary | 11111001 | 111010 | 11010100 | 0 | 1001101 | 1111 | 10 | 100111000 | 1011110 | 111100 |
Color Harmonies of #F93AD4
Complementary color
Monochromatic Colors of #F93AD4
Black with #F93AD4
Text Example
Text Example
White with #F93AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AD4; }
p { color: rgb(249,58,212); }
H1.HeaderClassName
{
color: #F93AD4;
}
.AnyTagClassName
{
color: #F93AD4;
}
</style>
background-color css
<style>
a { background-color: #F93AD4; }
a { background-color: rgb(249,58,212); }
div.DivClassName
{
background-color: #F93AD4;
}
.BgClassName
{
background-color: #F93AD4;
}
</style>
border-color css
<style>
span { border-color: #F93AD4; }
span { border-color: rgb(249,58,212); }
td.TdClassName
{
border-color: #F93AD4;
}
.TagClassName
{
border-color: #F93AD4;
}
</style>