Shades of Razzle Dazzle Rose #F93BCE
Tints of Razzle Dazzle Rose #F93BCE
RGB
CMYK
RGB Variations
Color information
#F93BCE (or 0xF93BCE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and CE. RGB value is (249,59,206). Sum of RGB (Red+Green+Blue) = 249+59+206=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BCE is #06C431. Grayscale: #848484. Windows color (decimal): -443442 or 13515769. OLE color: 13515769.
HSL color Cylindrical-coordinate representation of color #F93BCE: hue angle of 313.58º 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 #F93BCE is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 206 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.02 |
| HSL | 313.58º | 0.94% | 0.6% | - |
| HSV(B) | 313.58º | 0.76% | 0.98% | - |
| XYZ | 51.77 | 27.72 | 61.02 | - |
| YUV | 132.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 206 | 0 | 0.76 | 0.17 | 0.02 | 313.58 | 0.94 | 0.6 |
| Hex | F9 | 3B | CE | 0 | 4C | 11 | 2 | 13A | 5E | 3C |
| Octal | 371 | 73 | 316 | 0 | 114 | 21 | 2 | 472 | 136 | 74 |
| Binary | 11111001 | 111011 | 11001110 | 0 | 1001100 | 10001 | 10 | 100111010 | 1011110 | 111100 |
Color Harmonies of #F93BCE
Complementary color
Monochromatic Colors of #F93BCE
Black with #F93BCE
Text Example
Text Example
White with #F93BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BCE; }
p { color: rgb(249,59,206); }
H1.HeaderClassName
{
color: #F93BCE;
}
.AnyTagClassName
{
color: #F93BCE;
}
</style>
background-color css
<style>
a { background-color: #F93BCE; }
a { background-color: rgb(249,59,206); }
div.DivClassName
{
background-color: #F93BCE;
}
.BgClassName
{
background-color: #F93BCE;
}
</style>
border-color css
<style>
span { border-color: #F93BCE; }
span { border-color: rgb(249,59,206); }
td.TdClassName
{
border-color: #F93BCE;
}
.TagClassName
{
border-color: #F93BCE;
}
</style>