Shades of Razzle Dazzle Rose #F12ACE
Tints of Razzle Dazzle Rose #F12ACE
RGB
CMYK
RGB Variations
Color information
#F12ACE (or 0xF12ACE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and CE. RGB value is (241,42,206). Sum of RGB (Red+Green+Blue) = 241+42+206=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ACE is #0ED531. Grayscale: #777777. Windows color (decimal): -972082 or 13511409. OLE color: 13511409.
HSL color Cylindrical-coordinate representation of color #F12ACE: hue angle of 310.55º 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 #F12ACE is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 206 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.05 |
| HSL | 310.55º | 0.88% | 0.55% | - |
| HSV(B) | 310.55º | 0.83% | 0.95% | - |
| XYZ | 48.24 | 24.81 | 60.64 | - |
| YUV | 120.2 | 176.43 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 206 | 0 | 0.83 | 0.15 | 0.05 | 310.55 | 0.88 | 0.55 |
| Hex | F1 | 2A | CE | 0 | 53 | F | 5 | 137 | 58 | 37 |
| Octal | 361 | 52 | 316 | 0 | 123 | 17 | 5 | 467 | 130 | 67 |
| Binary | 11110001 | 101010 | 11001110 | 0 | 1010011 | 1111 | 101 | 100110111 | 1011000 | 110111 |
Color Harmonies of #F12ACE
Complementary color
Monochromatic Colors of #F12ACE
Black with #F12ACE
Text Example
Text Example
White with #F12ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12ACE; }
p { color: rgb(241,42,206); }
H1.HeaderClassName
{
color: #F12ACE;
}
.AnyTagClassName
{
color: #F12ACE;
}
</style>
background-color css
<style>
a { background-color: #F12ACE; }
a { background-color: rgb(241,42,206); }
div.DivClassName
{
background-color: #F12ACE;
}
.BgClassName
{
background-color: #F12ACE;
}
</style>
border-color css
<style>
span { border-color: #F12ACE; }
span { border-color: rgb(241,42,206); }
td.TdClassName
{
border-color: #F12ACE;
}
.TagClassName
{
border-color: #F12ACE;
}
</style>