Shades of Razzle Dazzle Rose #FE50CC
Tints of Razzle Dazzle Rose #FE50CC
RGB
CMYK
RGB Variations
Color information
#FE50CC (or 0xFE50CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 50 and CC. RGB value is (254,80,204). Sum of RGB (Red+Green+Blue) = 254+80+204=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50CC is #01AF33. Grayscale: #919191. Windows color (decimal): -110388 or 13390078. OLE color: 13390078.
HSL color Cylindrical-coordinate representation of color #FE50CC: hue angle of 317.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50CC is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 204 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.00 |
| HSL | 317.24º | 0.99% | 0.65% | - |
| HSV(B) | 317.24º | 0.69% | 1% | - |
| XYZ | 54.64 | 31.17 | 60.26 | - |
| YUV | 146.16 | 160.65 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 204 | 0 | 0.69 | 0.20 | 0.00 | 317.24 | 0.99 | 0.65 |
| Hex | FE | 50 | CC | 0 | 45 | 14 | 0 | 13D | 63 | 41 |
| Octal | 376 | 120 | 314 | 0 | 105 | 24 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11001100 | 0 | 1000101 | 10100 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE50CC
Complementary color
Monochromatic Colors of #FE50CC
Black with #FE50CC
Text Example
Text Example
White with #FE50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50CC; }
p { color: rgb(254,80,204); }
H1.HeaderClassName
{
color: #FE50CC;
}
.AnyTagClassName
{
color: #FE50CC;
}
</style>
background-color css
<style>
a { background-color: #FE50CC; }
a { background-color: rgb(254,80,204); }
div.DivClassName
{
background-color: #FE50CC;
}
.BgClassName
{
background-color: #FE50CC;
}
</style>
border-color css
<style>
span { border-color: #FE50CC; }
span { border-color: rgb(254,80,204); }
td.TdClassName
{
border-color: #FE50CC;
}
.TagClassName
{
border-color: #FE50CC;
}
</style>