Shades of Razzle Dazzle Rose #F93BBE
Tints of Razzle Dazzle Rose #F93BBE
RGB
CMYK
RGB Variations
Color information
#F93BBE (or 0xF93BBE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and BE. RGB value is (249,59,190). Sum of RGB (Red+Green+Blue) = 249+59+190=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BBE is #06C441. Grayscale: #828282. Windows color (decimal): -443458 or 12467193. OLE color: 12467193.
HSL color Cylindrical-coordinate representation of color #F93BBE: hue angle of 318.63º 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 #F93BBE is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 190 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.02 |
| HSL | 318.63º | 0.94% | 0.6% | - |
| HSV(B) | 318.63º | 0.76% | 0.98% | - |
| XYZ | 49.93 | 26.99 | 51.29 | - |
| YUV | 130.74 | 161.45 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 190 | 0 | 0.76 | 0.24 | 0.02 | 318.63 | 0.94 | 0.6 |
| Hex | F9 | 3B | BE | 0 | 4C | 18 | 2 | 13F | 5E | 3C |
| Octal | 371 | 73 | 276 | 0 | 114 | 30 | 2 | 477 | 136 | 74 |
| Binary | 11111001 | 111011 | 10111110 | 0 | 1001100 | 11000 | 10 | 100111111 | 1011110 | 111100 |
Color Harmonies of #F93BBE
Complementary color
Monochromatic Colors of #F93BBE
Black with #F93BBE
Text Example
Text Example
White with #F93BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BBE; }
p { color: rgb(249,59,190); }
H1.HeaderClassName
{
color: #F93BBE;
}
.AnyTagClassName
{
color: #F93BBE;
}
</style>
background-color css
<style>
a { background-color: #F93BBE; }
a { background-color: rgb(249,59,190); }
div.DivClassName
{
background-color: #F93BBE;
}
.BgClassName
{
background-color: #F93BBE;
}
</style>
border-color css
<style>
span { border-color: #F93BBE; }
span { border-color: rgb(249,59,190); }
td.TdClassName
{
border-color: #F93BBE;
}
.TagClassName
{
border-color: #F93BBE;
}
</style>