Shades of Razzle Dazzle Rose #FC2EF1
Tints of Razzle Dazzle Rose #FC2EF1
RGB
CMYK
RGB Variations
Color information
#FC2EF1 (or 0xFC2EF1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and F1. RGB value is (252,46,241). Sum of RGB (Red+Green+Blue) = 252+46+241=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 46 (18.36% from 255 or 8.53% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2EF1 is #03D10E. Grayscale: #818181. Windows color (decimal): -250127 or 15806204. OLE color: 15806204.
HSL color Cylindrical-coordinate representation of color #FC2EF1: hue angle of 303.2º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2EF1 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 241 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.01 |
| HSL | 303.2º | 0.97% | 0.58% | - |
| HSV(B) | 303.2º | 0.82% | 0.99% | - |
| XYZ | 57 | 29 | 85.81 | - |
| YUV | 129.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 241 | 0 | 0.82 | 0.04 | 0.01 | 303.2 | 0.97 | 0.58 |
| Hex | FC | 2E | F1 | 0 | 52 | 4 | 1 | 12F | 61 | 3A |
| Octal | 374 | 56 | 361 | 0 | 122 | 4 | 1 | 457 | 141 | 72 |
| Binary | 11111100 | 101110 | 11110001 | 0 | 1010010 | 100 | 1 | 100101111 | 1100001 | 111010 |
Color Harmonies of #FC2EF1
Complementary color
Monochromatic Colors of #FC2EF1
Black with #FC2EF1
Text Example
Text Example
White with #FC2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2EF1; }
p { color: rgb(252,46,241); }
H1.HeaderClassName
{
color: #FC2EF1;
}
.AnyTagClassName
{
color: #FC2EF1;
}
</style>
background-color css
<style>
a { background-color: #FC2EF1; }
a { background-color: rgb(252,46,241); }
div.DivClassName
{
background-color: #FC2EF1;
}
.BgClassName
{
background-color: #FC2EF1;
}
</style>
border-color css
<style>
span { border-color: #FC2EF1; }
span { border-color: rgb(252,46,241); }
td.TdClassName
{
border-color: #FC2EF1;
}
.TagClassName
{
border-color: #FC2EF1;
}
</style>