Shades of Razzle Dazzle Rose #F12AF0
Tints of Razzle Dazzle Rose #F12AF0
RGB
CMYK
RGB Variations
Color information
#F12AF0 (or 0xF12AF0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and F0. RGB value is (241,42,240). Sum of RGB (Red+Green+Blue) = 241+42+240=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 42 (16.80% from 255 or 8.03% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12AF0 is #0ED50F. Grayscale: #7B7B7B. Windows color (decimal): -972048 or 15739633. OLE color: 15739633.
HSL color Cylindrical-coordinate representation of color #F12AF0: hue angle of 300.3º 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 #F12AF0 is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 240 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.05 |
| HSL | 300.3º | 0.88% | 0.55% | - |
| HSV(B) | 300.3º | 0.83% | 0.95% | - |
| XYZ | 52.83 | 26.65 | 84.8 | - |
| YUV | 124.07 | 193.43 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 240 | 0 | 0.83 | 0.00 | 0.05 | 300.3 | 0.88 | 0.55 |
| Hex | F1 | 2A | F0 | 0 | 53 | 0 | 5 | 12C | 58 | 37 |
| Octal | 361 | 52 | 360 | 0 | 123 | 0 | 5 | 454 | 130 | 67 |
| Binary | 11110001 | 101010 | 11110000 | 0 | 1010011 | 0 | 101 | 100101100 | 1011000 | 110111 |
Color Harmonies of #F12AF0
Complementary color
Monochromatic Colors of #F12AF0
Black with #F12AF0
Text Example
Text Example
White with #F12AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12AF0; }
p { color: rgb(241,42,240); }
H1.HeaderClassName
{
color: #F12AF0;
}
.AnyTagClassName
{
color: #F12AF0;
}
</style>
background-color css
<style>
a { background-color: #F12AF0; }
a { background-color: rgb(241,42,240); }
div.DivClassName
{
background-color: #F12AF0;
}
.BgClassName
{
background-color: #F12AF0;
}
</style>
border-color css
<style>
span { border-color: #F12AF0; }
span { border-color: rgb(241,42,240); }
td.TdClassName
{
border-color: #F12AF0;
}
.TagClassName
{
border-color: #F12AF0;
}
</style>