Shades of Razzle Dazzle Rose #F91CDA
Tints of Razzle Dazzle Rose #F91CDA
RGB
CMYK
RGB Variations
Color information
#F91CDA (or 0xF91CDA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1C and DA. RGB value is (249,28,218). Sum of RGB (Red+Green+Blue) = 249+28+218=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CDA is #06E325. Grayscale: #737373. Windows color (decimal): -451366 or 14294265. OLE color: 14294265.
HSL color Cylindrical-coordinate representation of color #F91CDA: hue angle of 308.42º 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 #F91CDA is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 218 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.02 |
| HSL | 308.42º | 0.95% | 0.54% | - |
| HSV(B) | 308.42º | 0.89% | 0.98% | - |
| XYZ | 52.14 | 26.03 | 68.61 | - |
| YUV | 115.74 | 185.72 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 218 | 0 | 0.89 | 0.12 | 0.02 | 308.42 | 0.95 | 0.54 |
| Hex | F9 | 1C | DA | 0 | 59 | C | 2 | 134 | 5F | 36 |
| Octal | 371 | 34 | 332 | 0 | 131 | 14 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11100 | 11011010 | 0 | 1011001 | 1100 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F91CDA
Complementary color
Monochromatic Colors of #F91CDA
Black with #F91CDA
Text Example
Text Example
White with #F91CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CDA; }
p { color: rgb(249,28,218); }
H1.HeaderClassName
{
color: #F91CDA;
}
.AnyTagClassName
{
color: #F91CDA;
}
</style>
background-color css
<style>
a { background-color: #F91CDA; }
a { background-color: rgb(249,28,218); }
div.DivClassName
{
background-color: #F91CDA;
}
.BgClassName
{
background-color: #F91CDA;
}
</style>
border-color css
<style>
span { border-color: #F91CDA; }
span { border-color: rgb(249,28,218); }
td.TdClassName
{
border-color: #F91CDA;
}
.TagClassName
{
border-color: #F91CDA;
}
</style>