Shades of Razzle Dazzle Rose #F12DDC
Tints of Razzle Dazzle Rose #F12DDC
RGB
CMYK
RGB Variations
Color information
#F12DDC (or 0xF12DDC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and DC. RGB value is (241,45,220). Sum of RGB (Red+Green+Blue) = 241+45+220=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 45 (17.97% from 255 or 8.89% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DDC is #0ED223. Grayscale: #7B7B7B. Windows color (decimal): -971300 or 14429681. OLE color: 14429681.
HSL color Cylindrical-coordinate representation of color #F12DDC: hue angle of 306.43º 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 #F12DDC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 220 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.05 |
| HSL | 306.43º | 0.88% | 0.56% | - |
| HSV(B) | 306.43º | 0.81% | 0.95% | - |
| XYZ | 50.13 | 25.74 | 70.04 | - |
| YUV | 123.55 | 182.43 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 220 | 0 | 0.81 | 0.09 | 0.05 | 306.43 | 0.88 | 0.56 |
| Hex | F1 | 2D | DC | 0 | 51 | 9 | 5 | 132 | 58 | 38 |
| Octal | 361 | 55 | 334 | 0 | 121 | 11 | 5 | 462 | 130 | 70 |
| Binary | 11110001 | 101101 | 11011100 | 0 | 1010001 | 1001 | 101 | 100110010 | 1011000 | 111000 |
Color Harmonies of #F12DDC
Complementary color
Monochromatic Colors of #F12DDC
Black with #F12DDC
Text Example
Text Example
White with #F12DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DDC; }
p { color: rgb(241,45,220); }
H1.HeaderClassName
{
color: #F12DDC;
}
.AnyTagClassName
{
color: #F12DDC;
}
</style>
background-color css
<style>
a { background-color: #F12DDC; }
a { background-color: rgb(241,45,220); }
div.DivClassName
{
background-color: #F12DDC;
}
.BgClassName
{
background-color: #F12DDC;
}
</style>
border-color css
<style>
span { border-color: #F12DDC; }
span { border-color: rgb(241,45,220); }
td.TdClassName
{
border-color: #F12DDC;
}
.TagClassName
{
border-color: #F12DDC;
}
</style>