Shades of Razzle Dazzle Rose #F12BDA
Tints of Razzle Dazzle Rose #F12BDA
RGB
CMYK
RGB Variations
Color information
#F12BDA (or 0xF12BDA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2B and DA. RGB value is (241,43,218). Sum of RGB (Red+Green+Blue) = 241+43+218=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12BDA is #0ED425. Grayscale: #797979. Windows color (decimal): -971814 or 14298097. OLE color: 14298097.
HSL color Cylindrical-coordinate representation of color #F12BDA: hue angle of 306.97º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12BDA is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 218 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.05 |
| HSL | 306.97º | 0.88% | 0.56% | - |
| HSV(B) | 306.97º | 0.82% | 0.95% | - |
| XYZ | 49.79 | 25.49 | 68.63 | - |
| YUV | 122.15 | 182.1 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 218 | 0 | 0.82 | 0.10 | 0.05 | 306.97 | 0.88 | 0.56 |
| Hex | F1 | 2B | DA | 0 | 52 | A | 5 | 133 | 58 | 38 |
| Octal | 361 | 53 | 332 | 0 | 122 | 12 | 5 | 463 | 130 | 70 |
| Binary | 11110001 | 101011 | 11011010 | 0 | 1010010 | 1010 | 101 | 100110011 | 1011000 | 111000 |
Color Harmonies of #F12BDA
Complementary color
Monochromatic Colors of #F12BDA
Black with #F12BDA
Text Example
Text Example
White with #F12BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12BDA; }
p { color: rgb(241,43,218); }
H1.HeaderClassName
{
color: #F12BDA;
}
.AnyTagClassName
{
color: #F12BDA;
}
</style>
background-color css
<style>
a { background-color: #F12BDA; }
a { background-color: rgb(241,43,218); }
div.DivClassName
{
background-color: #F12BDA;
}
.BgClassName
{
background-color: #F12BDA;
}
</style>
border-color css
<style>
span { border-color: #F12BDA; }
span { border-color: rgb(241,43,218); }
td.TdClassName
{
border-color: #F12BDA;
}
.TagClassName
{
border-color: #F12BDA;
}
</style>