Shades of Razzle Dazzle Rose #F93FC0
Tints of Razzle Dazzle Rose #F93FC0
RGB
CMYK
RGB Variations
Color information
#F93FC0 (or 0xF93FC0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and C0. RGB value is (249,63,192). Sum of RGB (Red+Green+Blue) = 249+63+192=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93FC0 is #06C03F. Grayscale: #848484. Windows color (decimal): -442432 or 12599289. OLE color: 12599289.
HSL color Cylindrical-coordinate representation of color #F93FC0: hue angle of 318.39º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FC0 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 192 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.02 |
| HSL | 318.39º | 0.94% | 0.61% | - |
| HSV(B) | 318.39º | 0.75% | 0.98% | - |
| XYZ | 50.36 | 27.5 | 52.52 | - |
| YUV | 133.32 | 161.12 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 192 | 0 | 0.75 | 0.23 | 0.02 | 318.39 | 0.94 | 0.61 |
| Hex | F9 | 3F | C0 | 0 | 4B | 17 | 2 | 13E | 5E | 3D |
| Octal | 371 | 77 | 300 | 0 | 113 | 27 | 2 | 476 | 136 | 75 |
| Binary | 11111001 | 111111 | 11000000 | 0 | 1001011 | 10111 | 10 | 100111110 | 1011110 | 111101 |
Color Harmonies of #F93FC0
Complementary color
Monochromatic Colors of #F93FC0
Black with #F93FC0
Text Example
Text Example
White with #F93FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FC0; }
p { color: rgb(249,63,192); }
H1.HeaderClassName
{
color: #F93FC0;
}
.AnyTagClassName
{
color: #F93FC0;
}
</style>
background-color css
<style>
a { background-color: #F93FC0; }
a { background-color: rgb(249,63,192); }
div.DivClassName
{
background-color: #F93FC0;
}
.BgClassName
{
background-color: #F93FC0;
}
</style>
border-color css
<style>
span { border-color: #F93FC0; }
span { border-color: rgb(249,63,192); }
td.TdClassName
{
border-color: #F93FC0;
}
.TagClassName
{
border-color: #F93FC0;
}
</style>