Shades of Razzle Dazzle Rose #F93CCB
Tints of Razzle Dazzle Rose #F93CCB
RGB
CMYK
RGB Variations
Color information
#F93CCB (or 0xF93CCB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and CB. RGB value is (249,60,203). Sum of RGB (Red+Green+Blue) = 249+60+203=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CCB is #06C334. Grayscale: #848484. Windows color (decimal): -443189 or 13319417. OLE color: 13319417.
HSL color Cylindrical-coordinate representation of color #F93CCB: hue angle of 314.6º 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 #F93CCB is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 203 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.02 |
| HSL | 314.6º | 0.94% | 0.61% | - |
| HSV(B) | 314.6º | 0.76% | 0.98% | - |
| XYZ | 51.46 | 27.68 | 59.13 | - |
| YUV | 132.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 203 | 0 | 0.76 | 0.18 | 0.02 | 314.6 | 0.94 | 0.61 |
| Hex | F9 | 3C | CB | 0 | 4C | 12 | 2 | 13B | 5E | 3D |
| Octal | 371 | 74 | 313 | 0 | 114 | 22 | 2 | 473 | 136 | 75 |
| Binary | 11111001 | 111100 | 11001011 | 0 | 1001100 | 10010 | 10 | 100111011 | 1011110 | 111101 |
Color Harmonies of #F93CCB
Complementary color
Monochromatic Colors of #F93CCB
Black with #F93CCB
Text Example
Text Example
White with #F93CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CCB; }
p { color: rgb(249,60,203); }
H1.HeaderClassName
{
color: #F93CCB;
}
.AnyTagClassName
{
color: #F93CCB;
}
</style>
background-color css
<style>
a { background-color: #F93CCB; }
a { background-color: rgb(249,60,203); }
div.DivClassName
{
background-color: #F93CCB;
}
.BgClassName
{
background-color: #F93CCB;
}
</style>
border-color css
<style>
span { border-color: #F93CCB; }
span { border-color: rgb(249,60,203); }
td.TdClassName
{
border-color: #F93CCB;
}
.TagClassName
{
border-color: #F93CCB;
}
</style>