Shades of Razzle Dazzle Rose #F12BCC
Tints of Razzle Dazzle Rose #F12BCC
RGB
CMYK
RGB Variations
Color information
#F12BCC (or 0xF12BCC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2B and CC. RGB value is (241,43,204). Sum of RGB (Red+Green+Blue) = 241+43+204=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12BCC is #0ED433. Grayscale: #787878. Windows color (decimal): -971828 or 13380593. OLE color: 13380593.
HSL color Cylindrical-coordinate representation of color #F12BCC: hue angle of 311.21º 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 #F12BCC is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 204 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.05 |
| HSL | 311.21º | 0.88% | 0.56% | - |
| HSV(B) | 311.21º | 0.82% | 0.95% | - |
| XYZ | 48.04 | 24.79 | 59.38 | - |
| YUV | 120.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 204 | 0 | 0.82 | 0.15 | 0.05 | 311.21 | 0.88 | 0.56 |
| Hex | F1 | 2B | CC | 0 | 52 | F | 5 | 137 | 58 | 38 |
| Octal | 361 | 53 | 314 | 0 | 122 | 17 | 5 | 467 | 130 | 70 |
| Binary | 11110001 | 101011 | 11001100 | 0 | 1010010 | 1111 | 101 | 100110111 | 1011000 | 111000 |
Color Harmonies of #F12BCC
Complementary color
Monochromatic Colors of #F12BCC
Black with #F12BCC
Text Example
Text Example
White with #F12BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12BCC; }
p { color: rgb(241,43,204); }
H1.HeaderClassName
{
color: #F12BCC;
}
.AnyTagClassName
{
color: #F12BCC;
}
</style>
background-color css
<style>
a { background-color: #F12BCC; }
a { background-color: rgb(241,43,204); }
div.DivClassName
{
background-color: #F12BCC;
}
.BgClassName
{
background-color: #F12BCC;
}
</style>
border-color css
<style>
span { border-color: #F12BCC; }
span { border-color: rgb(241,43,204); }
td.TdClassName
{
border-color: #F12BCC;
}
.TagClassName
{
border-color: #F12BCC;
}
</style>