Shades of Razzle Dazzle Rose #F12AD4
Tints of Razzle Dazzle Rose #F12AD4
RGB
CMYK
RGB Variations
Color information
#F12AD4 (or 0xF12AD4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and D4. RGB value is (241,42,212). Sum of RGB (Red+Green+Blue) = 241+42+212=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12AD4 is #0ED52B. Grayscale: #787878. Windows color (decimal): -972076 or 13904625. OLE color: 13904625.
HSL color Cylindrical-coordinate representation of color #F12AD4: hue angle of 308.74º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12AD4 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 212 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.05 |
| HSL | 308.74º | 0.88% | 0.55% | - |
| HSV(B) | 308.74º | 0.83% | 0.95% | - |
| XYZ | 48.99 | 25.11 | 64.55 | - |
| YUV | 120.88 | 179.43 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 212 | 0 | 0.83 | 0.12 | 0.05 | 308.74 | 0.88 | 0.55 |
| Hex | F1 | 2A | D4 | 0 | 53 | C | 5 | 135 | 58 | 37 |
| Octal | 361 | 52 | 324 | 0 | 123 | 14 | 5 | 465 | 130 | 67 |
| Binary | 11110001 | 101010 | 11010100 | 0 | 1010011 | 1100 | 101 | 100110101 | 1011000 | 110111 |
Color Harmonies of #F12AD4
Complementary color
Monochromatic Colors of #F12AD4
Black with #F12AD4
Text Example
Text Example
White with #F12AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12AD4; }
p { color: rgb(241,42,212); }
H1.HeaderClassName
{
color: #F12AD4;
}
.AnyTagClassName
{
color: #F12AD4;
}
</style>
background-color css
<style>
a { background-color: #F12AD4; }
a { background-color: rgb(241,42,212); }
div.DivClassName
{
background-color: #F12AD4;
}
.BgClassName
{
background-color: #F12AD4;
}
</style>
border-color css
<style>
span { border-color: #F12AD4; }
span { border-color: rgb(241,42,212); }
td.TdClassName
{
border-color: #F12AD4;
}
.TagClassName
{
border-color: #F12AD4;
}
</style>