Shades of Razzle Dazzle Rose #F93DB9
Tints of Razzle Dazzle Rose #F93DB9
RGB
CMYK
RGB Variations
Color information
#F93DB9 (or 0xF93DB9) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and B9. RGB value is (249,61,185). Sum of RGB (Red+Green+Blue) = 249+61+185=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DB9 is #06C246. Grayscale: #838383. Windows color (decimal): -442951 or 12140025. OLE color: 12140025.
HSL color Cylindrical-coordinate representation of color #F93DB9: hue angle of 320.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93DB9 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 185 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.02 |
| HSL | 320.43º | 0.94% | 0.61% | - |
| HSV(B) | 320.43º | 0.76% | 0.98% | - |
| XYZ | 49.49 | 26.98 | 48.5 | - |
| YUV | 131.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 185 | 0 | 0.76 | 0.26 | 0.02 | 320.43 | 0.94 | 0.61 |
| Hex | F9 | 3D | B9 | 0 | 4C | 1A | 2 | 140 | 5E | 3D |
| Octal | 371 | 75 | 271 | 0 | 114 | 32 | 2 | 500 | 136 | 75 |
| Binary | 11111001 | 111101 | 10111001 | 0 | 1001100 | 11010 | 10 | 101000000 | 1011110 | 111101 |
Color Harmonies of #F93DB9
Complementary color
Monochromatic Colors of #F93DB9
Black with #F93DB9
Text Example
Text Example
White with #F93DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DB9; }
p { color: rgb(249,61,185); }
H1.HeaderClassName
{
color: #F93DB9;
}
.AnyTagClassName
{
color: #F93DB9;
}
</style>
background-color css
<style>
a { background-color: #F93DB9; }
a { background-color: rgb(249,61,185); }
div.DivClassName
{
background-color: #F93DB9;
}
.BgClassName
{
background-color: #F93DB9;
}
</style>
border-color css
<style>
span { border-color: #F93DB9; }
span { border-color: rgb(249,61,185); }
td.TdClassName
{
border-color: #F93DB9;
}
.TagClassName
{
border-color: #F93DB9;
}
</style>