Shades of Razzle Dazzle Rose #FE42CD
Tints of Razzle Dazzle Rose #FE42CD
RGB
CMYK
RGB Variations
Color information
#FE42CD (or 0xFE42CD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and CD. RGB value is (254,66,205). Sum of RGB (Red+Green+Blue) = 254+66+205=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42CD is #01BD32. Grayscale: #898989. Windows color (decimal): -113971 or 13452030. OLE color: 13452030.
HSL color Cylindrical-coordinate representation of color #FE42CD: hue angle of 315.64º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE42CD is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 205 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.00 |
| HSL | 315.64º | 0.99% | 0.63% | - |
| HSV(B) | 315.64º | 0.74% | 1% | - |
| XYZ | 53.84 | 29.38 | 60.59 | - |
| YUV | 138.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 205 | 0 | 0.74 | 0.19 | 0.00 | 315.64 | 0.99 | 0.63 |
| Hex | FE | 42 | CD | 0 | 4A | 13 | 0 | 13C | 63 | 3F |
| Octal | 376 | 102 | 315 | 0 | 112 | 23 | 0 | 474 | 143 | 77 |
| Binary | 11111110 | 1000010 | 11001101 | 0 | 1001010 | 10011 | 0 | 100111100 | 1100011 | 111111 |
Color Harmonies of #FE42CD
Complementary color
Monochromatic Colors of #FE42CD
Black with #FE42CD
Text Example
Text Example
White with #FE42CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42CD; }
p { color: rgb(254,66,205); }
H1.HeaderClassName
{
color: #FE42CD;
}
.AnyTagClassName
{
color: #FE42CD;
}
</style>
background-color css
<style>
a { background-color: #FE42CD; }
a { background-color: rgb(254,66,205); }
div.DivClassName
{
background-color: #FE42CD;
}
.BgClassName
{
background-color: #FE42CD;
}
</style>
border-color css
<style>
span { border-color: #FE42CD; }
span { border-color: rgb(254,66,205); }
td.TdClassName
{
border-color: #FE42CD;
}
.TagClassName
{
border-color: #FE42CD;
}
</style>