Shades of Razzle Dazzle Rose #FC42EE
Tints of Razzle Dazzle Rose #FC42EE
RGB
CMYK
RGB Variations
Color information
#FC42EE (or 0xFC42EE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and EE. RGB value is (252,66,238). Sum of RGB (Red+Green+Blue) = 252+66+238=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42EE is #03BD11. Grayscale: #8C8C8C. Windows color (decimal): -245010 or 15614716. OLE color: 15614716.
HSL color Cylindrical-coordinate representation of color #FC42EE: hue angle of 304.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42EE is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 238 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.01 |
| HSL | 304.52º | 0.97% | 0.62% | - |
| HSV(B) | 304.52º | 0.74% | 0.99% | - |
| XYZ | 57.53 | 30.76 | 83.8 | - |
| YUV | 141.22 | 182.62 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 238 | 0 | 0.74 | 0.06 | 0.01 | 304.52 | 0.97 | 0.62 |
| Hex | FC | 42 | EE | 0 | 4A | 6 | 1 | 131 | 61 | 3E |
| Octal | 374 | 102 | 356 | 0 | 112 | 6 | 1 | 461 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11101110 | 0 | 1001010 | 110 | 1 | 100110001 | 1100001 | 111110 |
Color Harmonies of #FC42EE
Complementary color
Monochromatic Colors of #FC42EE
Black with #FC42EE
Text Example
Text Example
White with #FC42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42EE; }
p { color: rgb(252,66,238); }
H1.HeaderClassName
{
color: #FC42EE;
}
.AnyTagClassName
{
color: #FC42EE;
}
</style>
background-color css
<style>
a { background-color: #FC42EE; }
a { background-color: rgb(252,66,238); }
div.DivClassName
{
background-color: #FC42EE;
}
.BgClassName
{
background-color: #FC42EE;
}
</style>
border-color css
<style>
span { border-color: #FC42EE; }
span { border-color: rgb(252,66,238); }
td.TdClassName
{
border-color: #FC42EE;
}
.TagClassName
{
border-color: #FC42EE;
}
</style>