Shades of Razzle Dazzle Rose #FE2ACD
Tints of Razzle Dazzle Rose #FE2ACD
RGB
CMYK
RGB Variations
Color information
#FE2ACD (or 0xFE2ACD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and CD. RGB value is (254,42,205). Sum of RGB (Red+Green+Blue) = 254+42+205=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ACD is #01D532. Grayscale: #7B7B7B. Windows color (decimal): -120115 or 13445886. OLE color: 13445886.
HSL color Cylindrical-coordinate representation of color #FE2ACD: hue angle of 313.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2ACD is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 205 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.00 |
| HSL | 313.87º | 0.99% | 0.58% | - |
| HSV(B) | 313.87º | 0.83% | 1% | - |
| XYZ | 52.72 | 27.13 | 60.22 | - |
| YUV | 123.97 | 173.74 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 205 | 0 | 0.83 | 0.19 | 0.00 | 313.87 | 0.99 | 0.58 |
| Hex | FE | 2A | CD | 0 | 53 | 13 | 0 | 13A | 63 | 3A |
| Octal | 376 | 52 | 315 | 0 | 123 | 23 | 0 | 472 | 143 | 72 |
| Binary | 11111110 | 101010 | 11001101 | 0 | 1010011 | 10011 | 0 | 100111010 | 1100011 | 111010 |
Color Harmonies of #FE2ACD
Complementary color
Monochromatic Colors of #FE2ACD
Black with #FE2ACD
Text Example
Text Example
White with #FE2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ACD; }
p { color: rgb(254,42,205); }
H1.HeaderClassName
{
color: #FE2ACD;
}
.AnyTagClassName
{
color: #FE2ACD;
}
</style>
background-color css
<style>
a { background-color: #FE2ACD; }
a { background-color: rgb(254,42,205); }
div.DivClassName
{
background-color: #FE2ACD;
}
.BgClassName
{
background-color: #FE2ACD;
}
</style>
border-color css
<style>
span { border-color: #FE2ACD; }
span { border-color: rgb(254,42,205); }
td.TdClassName
{
border-color: #FE2ACD;
}
.TagClassName
{
border-color: #FE2ACD;
}
</style>