Shades of Razzle Dazzle Rose #F93AB7
Tints of Razzle Dazzle Rose #F93AB7
RGB
CMYK
RGB Variations
Color information
#F93AB7 (or 0xF93AB7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and B7. RGB value is (249,58,183). Sum of RGB (Red+Green+Blue) = 249+58+183=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AB7 is #06C548. Grayscale: #818181. Windows color (decimal): -443721 or 12008185. OLE color: 12008185.
HSL color Cylindrical-coordinate representation of color #F93AB7: hue angle of 320.73º 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 #F93AB7 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 183 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.02 |
| HSL | 320.73º | 0.94% | 0.6% | - |
| HSV(B) | 320.73º | 0.77% | 0.98% | - |
| XYZ | 49.13 | 26.58 | 47.34 | - |
| YUV | 129.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 183 | 0 | 0.77 | 0.27 | 0.02 | 320.73 | 0.94 | 0.6 |
| Hex | F9 | 3A | B7 | 0 | 4D | 1B | 2 | 141 | 5E | 3C |
| Octal | 371 | 72 | 267 | 0 | 115 | 33 | 2 | 501 | 136 | 74 |
| Binary | 11111001 | 111010 | 10110111 | 0 | 1001101 | 11011 | 10 | 101000001 | 1011110 | 111100 |
Color Harmonies of #F93AB7
Complementary color
Monochromatic Colors of #F93AB7
Black with #F93AB7
Text Example
Text Example
White with #F93AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AB7; }
p { color: rgb(249,58,183); }
H1.HeaderClassName
{
color: #F93AB7;
}
.AnyTagClassName
{
color: #F93AB7;
}
</style>
background-color css
<style>
a { background-color: #F93AB7; }
a { background-color: rgb(249,58,183); }
div.DivClassName
{
background-color: #F93AB7;
}
.BgClassName
{
background-color: #F93AB7;
}
</style>
border-color css
<style>
span { border-color: #F93AB7; }
span { border-color: rgb(249,58,183); }
td.TdClassName
{
border-color: #F93AB7;
}
.TagClassName
{
border-color: #F93AB7;
}
</style>