Shades of Razzle Dazzle Rose #FC28EA
Tints of Razzle Dazzle Rose #FC28EA
RGB
CMYK
RGB Variations
Color information
#FC28EA (or 0xFC28EA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and EA. RGB value is (252,40,234). Sum of RGB (Red+Green+Blue) = 252+40+234=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 40 (16.02% from 255 or 7.60% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28EA is #03D715. Grayscale: #7C7C7C. Windows color (decimal): -251670 or 15345916. OLE color: 15345916.
HSL color Cylindrical-coordinate representation of color #FC28EA: hue angle of 305.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28EA is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 234 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.01 |
| HSL | 305.09º | 0.97% | 0.57% | - |
| HSV(B) | 305.09º | 0.84% | 0.99% | - |
| XYZ | 55.75 | 28.15 | 80.34 | - |
| YUV | 125.5 | 189.24 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 234 | 0 | 0.84 | 0.07 | 0.01 | 305.09 | 0.97 | 0.57 |
| Hex | FC | 28 | EA | 0 | 54 | 7 | 1 | 131 | 61 | 39 |
| Octal | 374 | 50 | 352 | 0 | 124 | 7 | 1 | 461 | 141 | 71 |
| Binary | 11111100 | 101000 | 11101010 | 0 | 1010100 | 111 | 1 | 100110001 | 1100001 | 111001 |
Color Harmonies of #FC28EA
Complementary color
Monochromatic Colors of #FC28EA
Black with #FC28EA
Text Example
Text Example
White with #FC28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28EA; }
p { color: rgb(252,40,234); }
H1.HeaderClassName
{
color: #FC28EA;
}
.AnyTagClassName
{
color: #FC28EA;
}
</style>
background-color css
<style>
a { background-color: #FC28EA; }
a { background-color: rgb(252,40,234); }
div.DivClassName
{
background-color: #FC28EA;
}
.BgClassName
{
background-color: #FC28EA;
}
</style>
border-color css
<style>
span { border-color: #FC28EA; }
span { border-color: rgb(252,40,234); }
td.TdClassName
{
border-color: #FC28EA;
}
.TagClassName
{
border-color: #FC28EA;
}
</style>