Shades of Razzle Dazzle Rose #FE42C8
Tints of Razzle Dazzle Rose #FE42C8
RGB
CMYK
RGB Variations
Color information
#FE42C8 (or 0xFE42C8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and C8. RGB value is (254,66,200). Sum of RGB (Red+Green+Blue) = 254+66+200=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42C8 is #01BD37. Grayscale: #898989. Windows color (decimal): -113976 or 13124350. OLE color: 13124350.
HSL color Cylindrical-coordinate representation of color #FE42C8: hue angle of 317.23º 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 #FE42C8 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 200 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.00 |
| HSL | 317.23º | 0.99% | 0.63% | - |
| HSV(B) | 317.23º | 0.74% | 1% | - |
| XYZ | 53.25 | 29.14 | 57.46 | - |
| YUV | 137.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 200 | 0 | 0.74 | 0.21 | 0.00 | 317.23 | 0.99 | 0.63 |
| Hex | FE | 42 | C8 | 0 | 4A | 15 | 0 | 13D | 63 | 3F |
| Octal | 376 | 102 | 310 | 0 | 112 | 25 | 0 | 475 | 143 | 77 |
| Binary | 11111110 | 1000010 | 11001000 | 0 | 1001010 | 10101 | 0 | 100111101 | 1100011 | 111111 |
Color Harmonies of #FE42C8
Complementary color
Monochromatic Colors of #FE42C8
Black with #FE42C8
Text Example
Text Example
White with #FE42C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42C8; }
p { color: rgb(254,66,200); }
H1.HeaderClassName
{
color: #FE42C8;
}
.AnyTagClassName
{
color: #FE42C8;
}
</style>
background-color css
<style>
a { background-color: #FE42C8; }
a { background-color: rgb(254,66,200); }
div.DivClassName
{
background-color: #FE42C8;
}
.BgClassName
{
background-color: #FE42C8;
}
</style>
border-color css
<style>
span { border-color: #FE42C8; }
span { border-color: rgb(254,66,200); }
td.TdClassName
{
border-color: #FE42C8;
}
.TagClassName
{
border-color: #FE42C8;
}
</style>