Shades of Razzle Dazzle Rose #FE42DB
Tints of Razzle Dazzle Rose #FE42DB
RGB
CMYK
RGB Variations
Color information
#FE42DB (or 0xFE42DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and DB. RGB value is (254,66,219). Sum of RGB (Red+Green+Blue) = 254+66+219=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42DB is #01BD24. Grayscale: #8B8B8B. Windows color (decimal): -113957 or 14369534. OLE color: 14369534.
HSL color Cylindrical-coordinate representation of color #FE42DB: hue angle of 311.17º 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 #FE42DB is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 219 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.00 |
| HSL | 311.17º | 0.99% | 0.63% | - |
| HSV(B) | 311.17º | 0.74% | 1% | - |
| XYZ | 55.61 | 30.08 | 69.89 | - |
| YUV | 139.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 219 | 0 | 0.74 | 0.14 | 0.00 | 311.17 | 0.99 | 0.63 |
| Hex | FE | 42 | DB | 0 | 4A | E | 0 | 137 | 63 | 3F |
| Octal | 376 | 102 | 333 | 0 | 112 | 16 | 0 | 467 | 143 | 77 |
| Binary | 11111110 | 1000010 | 11011011 | 0 | 1001010 | 1110 | 0 | 100110111 | 1100011 | 111111 |
Color Harmonies of #FE42DB
Complementary color
Monochromatic Colors of #FE42DB
Black with #FE42DB
Text Example
Text Example
White with #FE42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42DB; }
p { color: rgb(254,66,219); }
H1.HeaderClassName
{
color: #FE42DB;
}
.AnyTagClassName
{
color: #FE42DB;
}
</style>
background-color css
<style>
a { background-color: #FE42DB; }
a { background-color: rgb(254,66,219); }
div.DivClassName
{
background-color: #FE42DB;
}
.BgClassName
{
background-color: #FE42DB;
}
</style>
border-color css
<style>
span { border-color: #FE42DB; }
span { border-color: rgb(254,66,219); }
td.TdClassName
{
border-color: #FE42DB;
}
.TagClassName
{
border-color: #FE42DB;
}
</style>