Shades of Razzle Dazzle Rose #F93BBB
Tints of Razzle Dazzle Rose #F93BBB
RGB
CMYK
RGB Variations
Color information
#F93BBB (or 0xF93BBB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and BB. RGB value is (249,59,187). Sum of RGB (Red+Green+Blue) = 249+59+187=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BBB is #06C444. Grayscale: #828282. Windows color (decimal): -443461 or 12270585. OLE color: 12270585.
HSL color Cylindrical-coordinate representation of color #F93BBB: hue angle of 319.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 #F93BBB is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 187 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.02 |
| HSL | 319.58º | 0.94% | 0.6% | - |
| HSV(B) | 319.58º | 0.76% | 0.98% | - |
| XYZ | 49.6 | 26.86 | 49.58 | - |
| YUV | 130.4 | 159.95 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 187 | 0 | 0.76 | 0.25 | 0.02 | 319.58 | 0.94 | 0.6 |
| Hex | F9 | 3B | BB | 0 | 4C | 19 | 2 | 140 | 5E | 3C |
| Octal | 371 | 73 | 273 | 0 | 114 | 31 | 2 | 500 | 136 | 74 |
| Binary | 11111001 | 111011 | 10111011 | 0 | 1001100 | 11001 | 10 | 101000000 | 1011110 | 111100 |
Color Harmonies of #F93BBB
Complementary color
Monochromatic Colors of #F93BBB
Black with #F93BBB
Text Example
Text Example
White with #F93BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BBB; }
p { color: rgb(249,59,187); }
H1.HeaderClassName
{
color: #F93BBB;
}
.AnyTagClassName
{
color: #F93BBB;
}
</style>
background-color css
<style>
a { background-color: #F93BBB; }
a { background-color: rgb(249,59,187); }
div.DivClassName
{
background-color: #F93BBB;
}
.BgClassName
{
background-color: #F93BBB;
}
</style>
border-color css
<style>
span { border-color: #F93BBB; }
span { border-color: rgb(249,59,187); }
td.TdClassName
{
border-color: #F93BBB;
}
.TagClassName
{
border-color: #F93BBB;
}
</style>