Shades of Razzle Dazzle Rose #F91CDF
Tints of Razzle Dazzle Rose #F91CDF
RGB
CMYK
RGB Variations
Color information
#F91CDF (or 0xF91CDF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1C and DF. RGB value is (249,28,223). Sum of RGB (Red+Green+Blue) = 249+28+223=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CDF is #06E320. Grayscale: #737373. Windows color (decimal): -451361 or 14621945. OLE color: 14621945.
HSL color Cylindrical-coordinate representation of color #F91CDF: hue angle of 307.06º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CDF is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 223 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.02 |
| HSL | 307.06º | 0.95% | 0.54% | - |
| HSV(B) | 307.06º | 0.89% | 0.98% | - |
| XYZ | 52.8 | 26.3 | 72.11 | - |
| YUV | 116.31 | 188.22 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 223 | 0 | 0.89 | 0.10 | 0.02 | 307.06 | 0.95 | 0.54 |
| Hex | F9 | 1C | DF | 0 | 59 | A | 2 | 133 | 5F | 36 |
| Octal | 371 | 34 | 337 | 0 | 131 | 12 | 2 | 463 | 137 | 66 |
| Binary | 11111001 | 11100 | 11011111 | 0 | 1011001 | 1010 | 10 | 100110011 | 1011111 | 110110 |
Color Harmonies of #F91CDF
Complementary color
Monochromatic Colors of #F91CDF
Black with #F91CDF
Text Example
Text Example
White with #F91CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CDF; }
p { color: rgb(249,28,223); }
H1.HeaderClassName
{
color: #F91CDF;
}
.AnyTagClassName
{
color: #F91CDF;
}
</style>
background-color css
<style>
a { background-color: #F91CDF; }
a { background-color: rgb(249,28,223); }
div.DivClassName
{
background-color: #F91CDF;
}
.BgClassName
{
background-color: #F91CDF;
}
</style>
border-color css
<style>
span { border-color: #F91CDF; }
span { border-color: rgb(249,28,223); }
td.TdClassName
{
border-color: #F91CDF;
}
.TagClassName
{
border-color: #F91CDF;
}
</style>