Shades of Razzle Dazzle Rose #FE42DA
Tints of Razzle Dazzle Rose #FE42DA
RGB
CMYK
RGB Variations
Color information
#FE42DA (or 0xFE42DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and DA. RGB value is (254,66,218). Sum of RGB (Red+Green+Blue) = 254+66+218=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 66 (26.17% from 255 or 12.27% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42DA is #01BD25. Grayscale: #8B8B8B. Windows color (decimal): -113958 or 14303998. OLE color: 14303998.
HSL color Cylindrical-coordinate representation of color #FE42DA: hue angle of 311.49º 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 #FE42DA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 218 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.00 |
| HSL | 311.49º | 0.99% | 0.63% | - |
| HSV(B) | 311.49º | 0.74% | 1% | - |
| XYZ | 55.48 | 30.03 | 69.2 | - |
| YUV | 139.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 218 | 0 | 0.74 | 0.14 | 0.00 | 311.49 | 0.99 | 0.63 |
| Hex | FE | 42 | DA | 0 | 4A | E | 0 | 137 | 63 | 3F |
| Octal | 376 | 102 | 332 | 0 | 112 | 16 | 0 | 467 | 143 | 77 |
| Binary | 11111110 | 1000010 | 11011010 | 0 | 1001010 | 1110 | 0 | 100110111 | 1100011 | 111111 |
Color Harmonies of #FE42DA
Complementary color
Monochromatic Colors of #FE42DA
Black with #FE42DA
Text Example
Text Example
White with #FE42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42DA; }
p { color: rgb(254,66,218); }
H1.HeaderClassName
{
color: #FE42DA;
}
.AnyTagClassName
{
color: #FE42DA;
}
</style>
background-color css
<style>
a { background-color: #FE42DA; }
a { background-color: rgb(254,66,218); }
div.DivClassName
{
background-color: #FE42DA;
}
.BgClassName
{
background-color: #FE42DA;
}
</style>
border-color css
<style>
span { border-color: #FE42DA; }
span { border-color: rgb(254,66,218); }
td.TdClassName
{
border-color: #FE42DA;
}
.TagClassName
{
border-color: #FE42DA;
}
</style>