Shades of Razzle Dazzle Rose #F93CCF
Tints of Razzle Dazzle Rose #F93CCF
RGB
CMYK
RGB Variations
Color information
#F93CCF (or 0xF93CCF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and CF. RGB value is (249,60,207). Sum of RGB (Red+Green+Blue) = 249+60+207=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CCF is #06C330. Grayscale: #848484. Windows color (decimal): -443185 or 13581561. OLE color: 13581561.
HSL color Cylindrical-coordinate representation of color #F93CCF: hue angle of 313.33º 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 #F93CCF is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 207 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.02 |
| HSL | 313.33º | 0.94% | 0.61% | - |
| HSV(B) | 313.33º | 0.76% | 0.98% | - |
| XYZ | 51.95 | 27.88 | 61.67 | - |
| YUV | 133.27 | 169.62 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 207 | 0 | 0.76 | 0.17 | 0.02 | 313.33 | 0.94 | 0.61 |
| Hex | F9 | 3C | CF | 0 | 4C | 11 | 2 | 139 | 5E | 3D |
| Octal | 371 | 74 | 317 | 0 | 114 | 21 | 2 | 471 | 136 | 75 |
| Binary | 11111001 | 111100 | 11001111 | 0 | 1001100 | 10001 | 10 | 100111001 | 1011110 | 111101 |
Color Harmonies of #F93CCF
Complementary color
Monochromatic Colors of #F93CCF
Black with #F93CCF
Text Example
Text Example
White with #F93CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CCF; }
p { color: rgb(249,60,207); }
H1.HeaderClassName
{
color: #F93CCF;
}
.AnyTagClassName
{
color: #F93CCF;
}
</style>
background-color css
<style>
a { background-color: #F93CCF; }
a { background-color: rgb(249,60,207); }
div.DivClassName
{
background-color: #F93CCF;
}
.BgClassName
{
background-color: #F93CCF;
}
</style>
border-color css
<style>
span { border-color: #F93CCF; }
span { border-color: rgb(249,60,207); }
td.TdClassName
{
border-color: #F93CCF;
}
.TagClassName
{
border-color: #F93CCF;
}
</style>