Shades of Razzle Dazzle Rose #FE4DC7
Tints of Razzle Dazzle Rose #FE4DC7
RGB
CMYK
RGB Variations
Color information
#FE4DC7 (or 0xFE4DC7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and C7. RGB value is (254,77,199). Sum of RGB (Red+Green+Blue) = 254+77+199=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DC7 is #01B238. Grayscale: #8F8F8F. Windows color (decimal): -111161 or 13061630. OLE color: 13061630.
HSL color Cylindrical-coordinate representation of color #FE4DC7: hue angle of 318.64º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DC7 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 199 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.00 |
| HSL | 318.64º | 0.99% | 0.65% | - |
| HSV(B) | 318.64º | 0.7% | 1% | - |
| XYZ | 53.84 | 30.5 | 57.08 | - |
| YUV | 143.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 199 | 0 | 0.70 | 0.22 | 0.00 | 318.64 | 0.99 | 0.65 |
| Hex | FE | 4D | C7 | 0 | 46 | 16 | 0 | 13F | 63 | 41 |
| Octal | 376 | 115 | 307 | 0 | 106 | 26 | 0 | 477 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11000111 | 0 | 1000110 | 10110 | 0 | 100111111 | 1100011 | 1000001 |
Color Harmonies of #FE4DC7
Complementary color
Monochromatic Colors of #FE4DC7
Black with #FE4DC7
Text Example
Text Example
White with #FE4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DC7; }
p { color: rgb(254,77,199); }
H1.HeaderClassName
{
color: #FE4DC7;
}
.AnyTagClassName
{
color: #FE4DC7;
}
</style>
background-color css
<style>
a { background-color: #FE4DC7; }
a { background-color: rgb(254,77,199); }
div.DivClassName
{
background-color: #FE4DC7;
}
.BgClassName
{
background-color: #FE4DC7;
}
</style>
border-color css
<style>
span { border-color: #FE4DC7; }
span { border-color: rgb(254,77,199); }
td.TdClassName
{
border-color: #FE4DC7;
}
.TagClassName
{
border-color: #FE4DC7;
}
</style>