Shades of Razzle Dazzle Rose #F12DDD
Tints of Razzle Dazzle Rose #F12DDD
RGB
CMYK
RGB Variations
Color information
#F12DDD (or 0xF12DDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and DD. RGB value is (241,45,221). Sum of RGB (Red+Green+Blue) = 241+45+221=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DDD is #0ED222. Grayscale: #7B7B7B. Windows color (decimal): -971299 or 14495217. OLE color: 14495217.
HSL color Cylindrical-coordinate representation of color #F12DDD: hue angle of 306.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12DDD is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 221 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.05 |
| HSL | 306.12º | 0.88% | 0.56% | - |
| HSV(B) | 306.12º | 0.81% | 0.95% | - |
| XYZ | 50.27 | 25.8 | 70.74 | - |
| YUV | 123.67 | 182.93 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 221 | 0 | 0.81 | 0.08 | 0.05 | 306.12 | 0.88 | 0.56 |
| Hex | F1 | 2D | DD | 0 | 51 | 8 | 5 | 132 | 58 | 38 |
| Octal | 361 | 55 | 335 | 0 | 121 | 10 | 5 | 462 | 130 | 70 |
| Binary | 11110001 | 101101 | 11011101 | 0 | 1010001 | 1000 | 101 | 100110010 | 1011000 | 111000 |
Color Harmonies of #F12DDD
Complementary color
Monochromatic Colors of #F12DDD
Black with #F12DDD
Text Example
Text Example
White with #F12DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DDD; }
p { color: rgb(241,45,221); }
H1.HeaderClassName
{
color: #F12DDD;
}
.AnyTagClassName
{
color: #F12DDD;
}
</style>
background-color css
<style>
a { background-color: #F12DDD; }
a { background-color: rgb(241,45,221); }
div.DivClassName
{
background-color: #F12DDD;
}
.BgClassName
{
background-color: #F12DDD;
}
</style>
border-color css
<style>
span { border-color: #F12DDD; }
span { border-color: rgb(241,45,221); }
td.TdClassName
{
border-color: #F12DDD;
}
.TagClassName
{
border-color: #F12DDD;
}
</style>