Shades of Razzle Dazzle Rose #F12DDA
Tints of Razzle Dazzle Rose #F12DDA
RGB
CMYK
RGB Variations
Color information
#F12DDA (or 0xF12DDA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and DA. RGB value is (241,45,218). Sum of RGB (Red+Green+Blue) = 241+45+218=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DDA is #0ED225. Grayscale: #7A7A7A. Windows color (decimal): -971302 or 14298609. OLE color: 14298609.
HSL color Cylindrical-coordinate representation of color #F12DDA: hue angle of 307.04º 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 #F12DDA is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 218 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.05 |
| HSL | 307.04º | 0.88% | 0.56% | - |
| HSV(B) | 307.04º | 0.81% | 0.95% | - |
| XYZ | 49.87 | 25.64 | 68.65 | - |
| YUV | 123.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 218 | 0 | 0.81 | 0.10 | 0.05 | 307.04 | 0.88 | 0.56 |
| Hex | F1 | 2D | DA | 0 | 51 | A | 5 | 133 | 58 | 38 |
| Octal | 361 | 55 | 332 | 0 | 121 | 12 | 5 | 463 | 130 | 70 |
| Binary | 11110001 | 101101 | 11011010 | 0 | 1010001 | 1010 | 101 | 100110011 | 1011000 | 111000 |
Color Harmonies of #F12DDA
Complementary color
Monochromatic Colors of #F12DDA
Black with #F12DDA
Text Example
Text Example
White with #F12DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DDA; }
p { color: rgb(241,45,218); }
H1.HeaderClassName
{
color: #F12DDA;
}
.AnyTagClassName
{
color: #F12DDA;
}
</style>
background-color css
<style>
a { background-color: #F12DDA; }
a { background-color: rgb(241,45,218); }
div.DivClassName
{
background-color: #F12DDA;
}
.BgClassName
{
background-color: #F12DDA;
}
</style>
border-color css
<style>
span { border-color: #F12DDA; }
span { border-color: rgb(241,45,218); }
td.TdClassName
{
border-color: #F12DDA;
}
.TagClassName
{
border-color: #F12DDA;
}
</style>