Shades of Razzle Dazzle Rose #F12CEA
Tints of Razzle Dazzle Rose #F12CEA
RGB
CMYK
RGB Variations
Color information
#F12CEA (or 0xF12CEA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and EA. RGB value is (241,44,234). Sum of RGB (Red+Green+Blue) = 241+44+234=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 44 (17.58% from 255 or 8.48% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CEA is #0ED315. Grayscale: #7B7B7B. Windows color (decimal): -971542 or 15346929. OLE color: 15346929.
HSL color Cylindrical-coordinate representation of color #F12CEA: hue angle of 302.13º 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 #F12CEA is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 234 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.05 |
| HSL | 302.13º | 0.88% | 0.56% | - |
| HSV(B) | 302.13º | 0.82% | 0.95% | - |
| XYZ | 52.03 | 26.44 | 80.2 | - |
| YUV | 124.56 | 189.77 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 234 | 0 | 0.82 | 0.03 | 0.05 | 302.13 | 0.88 | 0.56 |
| Hex | F1 | 2C | EA | 0 | 52 | 3 | 5 | 12E | 58 | 38 |
| Octal | 361 | 54 | 352 | 0 | 122 | 3 | 5 | 456 | 130 | 70 |
| Binary | 11110001 | 101100 | 11101010 | 0 | 1010010 | 11 | 101 | 100101110 | 1011000 | 111000 |
Color Harmonies of #F12CEA
Complementary color
Monochromatic Colors of #F12CEA
Black with #F12CEA
Text Example
Text Example
White with #F12CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CEA; }
p { color: rgb(241,44,234); }
H1.HeaderClassName
{
color: #F12CEA;
}
.AnyTagClassName
{
color: #F12CEA;
}
</style>
background-color css
<style>
a { background-color: #F12CEA; }
a { background-color: rgb(241,44,234); }
div.DivClassName
{
background-color: #F12CEA;
}
.BgClassName
{
background-color: #F12CEA;
}
</style>
border-color css
<style>
span { border-color: #F12CEA; }
span { border-color: rgb(241,44,234); }
td.TdClassName
{
border-color: #F12CEA;
}
.TagClassName
{
border-color: #F12CEA;
}
</style>