Shades of Razzle Dazzle Rose #F12CC1
Tints of Razzle Dazzle Rose #F12CC1
RGB
CMYK
RGB Variations
Color information
#F12CC1 (or 0xF12CC1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and C1. RGB value is (241,44,193). Sum of RGB (Red+Green+Blue) = 241+44+193=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CC1 is #0ED33E. Grayscale: #777777. Windows color (decimal): -971583 or 12659953. OLE color: 12659953.
HSL color Cylindrical-coordinate representation of color #F12CC1: hue angle of 314.62º 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 #F12CC1 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 193 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.05 |
| HSL | 314.62º | 0.88% | 0.56% | - |
| HSV(B) | 314.62º | 0.82% | 0.95% | - |
| XYZ | 46.8 | 24.35 | 52.69 | - |
| YUV | 119.89 | 169.27 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 193 | 0 | 0.82 | 0.20 | 0.05 | 314.62 | 0.88 | 0.56 |
| Hex | F1 | 2C | C1 | 0 | 52 | 14 | 5 | 13B | 58 | 38 |
| Octal | 361 | 54 | 301 | 0 | 122 | 24 | 5 | 473 | 130 | 70 |
| Binary | 11110001 | 101100 | 11000001 | 0 | 1010010 | 10100 | 101 | 100111011 | 1011000 | 111000 |
Color Harmonies of #F12CC1
Complementary color
Monochromatic Colors of #F12CC1
Black with #F12CC1
Text Example
Text Example
White with #F12CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CC1; }
p { color: rgb(241,44,193); }
H1.HeaderClassName
{
color: #F12CC1;
}
.AnyTagClassName
{
color: #F12CC1;
}
</style>
background-color css
<style>
a { background-color: #F12CC1; }
a { background-color: rgb(241,44,193); }
div.DivClassName
{
background-color: #F12CC1;
}
.BgClassName
{
background-color: #F12CC1;
}
</style>
border-color css
<style>
span { border-color: #F12CC1; }
span { border-color: rgb(241,44,193); }
td.TdClassName
{
border-color: #F12CC1;
}
.TagClassName
{
border-color: #F12CC1;
}
</style>