Shades of Razzle Dazzle Rose #F93BD3
Tints of Razzle Dazzle Rose #F93BD3
RGB
CMYK
RGB Variations
Color information
#F93BD3 (or 0xF93BD3) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and D3. RGB value is (249,59,211). Sum of RGB (Red+Green+Blue) = 249+59+211=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 59 (23.44% from 255 or 11.37% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BD3 is #06C42C. Grayscale: #848484. Windows color (decimal): -443437 or 13843449. OLE color: 13843449.
HSL color Cylindrical-coordinate representation of color #F93BD3: hue angle of 312º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93BD3 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 211 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.02 |
| HSL | 312º | 0.94% | 0.6% | - |
| HSV(B) | 312º | 0.76% | 0.98% | - |
| XYZ | 52.39 | 27.97 | 64.27 | - |
| YUV | 133.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 211 | 0 | 0.76 | 0.15 | 0.02 | 312 | 0.94 | 0.6 |
| Hex | F9 | 3B | D3 | 0 | 4C | F | 2 | 138 | 5E | 3C |
| Octal | 371 | 73 | 323 | 0 | 114 | 17 | 2 | 470 | 136 | 74 |
| Binary | 11111001 | 111011 | 11010011 | 0 | 1001100 | 1111 | 10 | 100111000 | 1011110 | 111100 |
Color Harmonies of #F93BD3
Complementary color
Monochromatic Colors of #F93BD3
Black with #F93BD3
Text Example
Text Example
White with #F93BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BD3; }
p { color: rgb(249,59,211); }
H1.HeaderClassName
{
color: #F93BD3;
}
.AnyTagClassName
{
color: #F93BD3;
}
</style>
background-color css
<style>
a { background-color: #F93BD3; }
a { background-color: rgb(249,59,211); }
div.DivClassName
{
background-color: #F93BD3;
}
.BgClassName
{
background-color: #F93BD3;
}
</style>
border-color css
<style>
span { border-color: #F93BD3; }
span { border-color: rgb(249,59,211); }
td.TdClassName
{
border-color: #F93BD3;
}
.TagClassName
{
border-color: #F93BD3;
}
</style>