Shades of Razzle Dazzle Rose #F93DB8
Tints of Razzle Dazzle Rose #F93DB8
RGB
CMYK
RGB Variations
Color information
#F93DB8 (or 0xF93DB8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and B8. RGB value is (249,61,184). Sum of RGB (Red+Green+Blue) = 249+61+184=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DB8 is #06C247. Grayscale: #828282. Windows color (decimal): -442952 or 12074489. OLE color: 12074489.
HSL color Cylindrical-coordinate representation of color #F93DB8: hue angle of 320.74º 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 #F93DB8 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 184 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.02 |
| HSL | 320.74º | 0.94% | 0.61% | - |
| HSV(B) | 320.74º | 0.76% | 0.98% | - |
| XYZ | 49.39 | 26.94 | 47.94 | - |
| YUV | 131.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 184 | 0 | 0.76 | 0.26 | 0.02 | 320.74 | 0.94 | 0.61 |
| Hex | F9 | 3D | B8 | 0 | 4C | 1A | 2 | 141 | 5E | 3D |
| Octal | 371 | 75 | 270 | 0 | 114 | 32 | 2 | 501 | 136 | 75 |
| Binary | 11111001 | 111101 | 10111000 | 0 | 1001100 | 11010 | 10 | 101000001 | 1011110 | 111101 |
Color Harmonies of #F93DB8
Complementary color
Monochromatic Colors of #F93DB8
Black with #F93DB8
Text Example
Text Example
White with #F93DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DB8; }
p { color: rgb(249,61,184); }
H1.HeaderClassName
{
color: #F93DB8;
}
.AnyTagClassName
{
color: #F93DB8;
}
</style>
background-color css
<style>
a { background-color: #F93DB8; }
a { background-color: rgb(249,61,184); }
div.DivClassName
{
background-color: #F93DB8;
}
.BgClassName
{
background-color: #F93DB8;
}
</style>
border-color css
<style>
span { border-color: #F93DB8; }
span { border-color: rgb(249,61,184); }
td.TdClassName
{
border-color: #F93DB8;
}
.TagClassName
{
border-color: #F93DB8;
}
</style>