Shades of Razzle Dazzle Rose #FC2FE5
Tints of Razzle Dazzle Rose #FC2FE5
RGB
CMYK
RGB Variations
Color information
#FC2FE5 (or 0xFC2FE5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2F and E5. RGB value is (252,47,229). Sum of RGB (Red+Green+Blue) = 252+47+229=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 47 (18.75% from 255 or 8.90% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2FE5 is #03D01A. Grayscale: #808080. Windows color (decimal): -249883 or 15020028. OLE color: 15020028.
HSL color Cylindrical-coordinate representation of color #FC2FE5: hue angle of 306.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2FE5 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 229 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.01 |
| HSL | 306.73º | 0.97% | 0.59% | - |
| HSV(B) | 306.73º | 0.81% | 0.99% | - |
| XYZ | 55.3 | 28.39 | 76.69 | - |
| YUV | 129.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 229 | 0 | 0.81 | 0.09 | 0.01 | 306.73 | 0.97 | 0.59 |
| Hex | FC | 2F | E5 | 0 | 51 | 9 | 1 | 133 | 61 | 3B |
| Octal | 374 | 57 | 345 | 0 | 121 | 11 | 1 | 463 | 141 | 73 |
| Binary | 11111100 | 101111 | 11100101 | 0 | 1010001 | 1001 | 1 | 100110011 | 1100001 | 111011 |
Color Harmonies of #FC2FE5
Complementary color
Monochromatic Colors of #FC2FE5
Black with #FC2FE5
Text Example
Text Example
White with #FC2FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2FE5; }
p { color: rgb(252,47,229); }
H1.HeaderClassName
{
color: #FC2FE5;
}
.AnyTagClassName
{
color: #FC2FE5;
}
</style>
background-color css
<style>
a { background-color: #FC2FE5; }
a { background-color: rgb(252,47,229); }
div.DivClassName
{
background-color: #FC2FE5;
}
.BgClassName
{
background-color: #FC2FE5;
}
</style>
border-color css
<style>
span { border-color: #FC2FE5; }
span { border-color: rgb(252,47,229); }
td.TdClassName
{
border-color: #FC2FE5;
}
.TagClassName
{
border-color: #FC2FE5;
}
</style>