Shades of Razzle Dazzle Rose #FE4FCD
Tints of Razzle Dazzle Rose #FE4FCD
RGB
CMYK
RGB Variations
Color information
#FE4FCD (or 0xFE4FCD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4F and CD. RGB value is (254,79,205). Sum of RGB (Red+Green+Blue) = 254+79+205=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FCD is #01B032. Grayscale: #919191. Windows color (decimal): -110643 or 13455358. OLE color: 13455358.
HSL color Cylindrical-coordinate representation of color #FE4FCD: hue angle of 316.8º 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 #FE4FCD is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 205 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.00 |
| HSL | 316.8º | 0.99% | 0.65% | - |
| HSV(B) | 316.8º | 0.69% | 1% | - |
| XYZ | 54.69 | 31.07 | 60.87 | - |
| YUV | 145.69 | 161.48 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 205 | 0 | 0.69 | 0.19 | 0.00 | 316.8 | 0.99 | 0.65 |
| Hex | FE | 4F | CD | 0 | 45 | 13 | 0 | 13D | 63 | 41 |
| Octal | 376 | 117 | 315 | 0 | 105 | 23 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001111 | 11001101 | 0 | 1000101 | 10011 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4FCD
Complementary color
Monochromatic Colors of #FE4FCD
Black with #FE4FCD
Text Example
Text Example
White with #FE4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FCD; }
p { color: rgb(254,79,205); }
H1.HeaderClassName
{
color: #FE4FCD;
}
.AnyTagClassName
{
color: #FE4FCD;
}
</style>
background-color css
<style>
a { background-color: #FE4FCD; }
a { background-color: rgb(254,79,205); }
div.DivClassName
{
background-color: #FE4FCD;
}
.BgClassName
{
background-color: #FE4FCD;
}
</style>
border-color css
<style>
span { border-color: #FE4FCD; }
span { border-color: rgb(254,79,205); }
td.TdClassName
{
border-color: #FE4FCD;
}
.TagClassName
{
border-color: #FE4FCD;
}
</style>