Shades of Razzle Dazzle Rose #FE2DC8
Tints of Razzle Dazzle Rose #FE2DC8
RGB
CMYK
RGB Variations
Color information
#FE2DC8 (or 0xFE2DC8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and C8. RGB value is (254,45,200). Sum of RGB (Red+Green+Blue) = 254+45+200=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DC8 is #01D237. Grayscale: #7C7C7C. Windows color (decimal): -119352 or 13118974. OLE color: 13118974.
HSL color Cylindrical-coordinate representation of color #FE2DC8: hue angle of 315.5º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DC8 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 200 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.00 |
| HSL | 315.5º | 0.99% | 0.59% | - |
| HSV(B) | 315.5º | 0.82% | 1% | - |
| XYZ | 52.24 | 27.12 | 57.12 | - |
| YUV | 125.16 | 170.24 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 200 | 0 | 0.82 | 0.21 | 0.00 | 315.5 | 0.99 | 0.59 |
| Hex | FE | 2D | C8 | 0 | 52 | 15 | 0 | 13C | 63 | 3B |
| Octal | 376 | 55 | 310 | 0 | 122 | 25 | 0 | 474 | 143 | 73 |
| Binary | 11111110 | 101101 | 11001000 | 0 | 1010010 | 10101 | 0 | 100111100 | 1100011 | 111011 |
Color Harmonies of #FE2DC8
Complementary color
Monochromatic Colors of #FE2DC8
Black with #FE2DC8
Text Example
Text Example
White with #FE2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DC8; }
p { color: rgb(254,45,200); }
H1.HeaderClassName
{
color: #FE2DC8;
}
.AnyTagClassName
{
color: #FE2DC8;
}
</style>
background-color css
<style>
a { background-color: #FE2DC8; }
a { background-color: rgb(254,45,200); }
div.DivClassName
{
background-color: #FE2DC8;
}
.BgClassName
{
background-color: #FE2DC8;
}
</style>
border-color css
<style>
span { border-color: #FE2DC8; }
span { border-color: rgb(254,45,200); }
td.TdClassName
{
border-color: #FE2DC8;
}
.TagClassName
{
border-color: #FE2DC8;
}
</style>