Shades of Razzle Dazzle Rose #F93ABC
Tints of Razzle Dazzle Rose #F93ABC
RGB
CMYK
RGB Variations
Color information
#F93ABC (or 0xF93ABC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and BC. RGB value is (249,58,188). Sum of RGB (Red+Green+Blue) = 249+58+188=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ABC is #06C543. Grayscale: #818181. Windows color (decimal): -443716 or 12335865. OLE color: 12335865.
HSL color Cylindrical-coordinate representation of color #F93ABC: hue angle of 319.16º 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 #F93ABC is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 188 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.02 |
| HSL | 319.16º | 0.94% | 0.6% | - |
| HSV(B) | 319.16º | 0.77% | 0.98% | - |
| XYZ | 49.66 | 26.8 | 50.13 | - |
| YUV | 129.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 188 | 0 | 0.77 | 0.24 | 0.02 | 319.16 | 0.94 | 0.6 |
| Hex | F9 | 3A | BC | 0 | 4D | 18 | 2 | 13F | 5E | 3C |
| Octal | 371 | 72 | 274 | 0 | 115 | 30 | 2 | 477 | 136 | 74 |
| Binary | 11111001 | 111010 | 10111100 | 0 | 1001101 | 11000 | 10 | 100111111 | 1011110 | 111100 |
Color Harmonies of #F93ABC
Complementary color
Monochromatic Colors of #F93ABC
Black with #F93ABC
Text Example
Text Example
White with #F93ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93ABC; }
p { color: rgb(249,58,188); }
H1.HeaderClassName
{
color: #F93ABC;
}
.AnyTagClassName
{
color: #F93ABC;
}
</style>
background-color css
<style>
a { background-color: #F93ABC; }
a { background-color: rgb(249,58,188); }
div.DivClassName
{
background-color: #F93ABC;
}
.BgClassName
{
background-color: #F93ABC;
}
</style>
border-color css
<style>
span { border-color: #F93ABC; }
span { border-color: rgb(249,58,188); }
td.TdClassName
{
border-color: #F93ABC;
}
.TagClassName
{
border-color: #F93ABC;
}
</style>