Shades of Razzle Dazzle Rose #F12DF0
Tints of Razzle Dazzle Rose #F12DF0
RGB
CMYK
RGB Variations
Color information
#F12DF0 (or 0xF12DF0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and F0. RGB value is (241,45,240). Sum of RGB (Red+Green+Blue) = 241+45+240=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 45 (17.97% from 255 or 8.56% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12DF0 is #0ED20F. Grayscale: #7D7D7D. Windows color (decimal): -971280 or 15740401. OLE color: 15740401.
HSL color Cylindrical-coordinate representation of color #F12DF0: hue angle of 300.31º 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 #F12DF0 is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 240 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.05 |
| HSL | 300.31º | 0.88% | 0.56% | - |
| HSV(B) | 300.31º | 0.81% | 0.95% | - |
| XYZ | 52.94 | 26.87 | 84.83 | - |
| YUV | 125.83 | 192.43 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 240 | 0 | 0.81 | 0.00 | 0.05 | 300.31 | 0.88 | 0.56 |
| Hex | F1 | 2D | F0 | 0 | 51 | 0 | 5 | 12C | 58 | 38 |
| Octal | 361 | 55 | 360 | 0 | 121 | 0 | 5 | 454 | 130 | 70 |
| Binary | 11110001 | 101101 | 11110000 | 0 | 1010001 | 0 | 101 | 100101100 | 1011000 | 111000 |
Color Harmonies of #F12DF0
Complementary color
Monochromatic Colors of #F12DF0
Black with #F12DF0
Text Example
Text Example
White with #F12DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DF0; }
p { color: rgb(241,45,240); }
H1.HeaderClassName
{
color: #F12DF0;
}
.AnyTagClassName
{
color: #F12DF0;
}
</style>
background-color css
<style>
a { background-color: #F12DF0; }
a { background-color: rgb(241,45,240); }
div.DivClassName
{
background-color: #F12DF0;
}
.BgClassName
{
background-color: #F12DF0;
}
</style>
border-color css
<style>
span { border-color: #F12DF0; }
span { border-color: rgb(241,45,240); }
td.TdClassName
{
border-color: #F12DF0;
}
.TagClassName
{
border-color: #F12DF0;
}
</style>