Shades of Razzle Dazzle Rose #FE39DB
Tints of Razzle Dazzle Rose #FE39DB
RGB
CMYK
RGB Variations
Color information
#FE39DB (or 0xFE39DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 39 and DB. RGB value is (254,57,219). Sum of RGB (Red+Green+Blue) = 254+57+219=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 57 (22.66% from 255 or 10.75% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39DB is #01C624. Grayscale: #858585. Windows color (decimal): -116261 or 14367230. OLE color: 14367230.
HSL color Cylindrical-coordinate representation of color #FE39DB: hue angle of 310.66º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE39DB is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 219 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.00 |
| HSL | 310.66º | 0.99% | 0.61% | - |
| HSV(B) | 310.66º | 0.78% | 1% | - |
| XYZ | 55.12 | 29.11 | 69.73 | - |
| YUV | 134.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 219 | 0 | 0.78 | 0.14 | 0.00 | 310.66 | 0.99 | 0.61 |
| Hex | FE | 39 | DB | 0 | 4E | E | 0 | 137 | 63 | 3D |
| Octal | 376 | 71 | 333 | 0 | 116 | 16 | 0 | 467 | 143 | 75 |
| Binary | 11111110 | 111001 | 11011011 | 0 | 1001110 | 1110 | 0 | 100110111 | 1100011 | 111101 |
Color Harmonies of #FE39DB
Complementary color
Monochromatic Colors of #FE39DB
Black with #FE39DB
Text Example
Text Example
White with #FE39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39DB; }
p { color: rgb(254,57,219); }
H1.HeaderClassName
{
color: #FE39DB;
}
.AnyTagClassName
{
color: #FE39DB;
}
</style>
background-color css
<style>
a { background-color: #FE39DB; }
a { background-color: rgb(254,57,219); }
div.DivClassName
{
background-color: #FE39DB;
}
.BgClassName
{
background-color: #FE39DB;
}
</style>
border-color css
<style>
span { border-color: #FE39DB; }
span { border-color: rgb(254,57,219); }
td.TdClassName
{
border-color: #FE39DB;
}
.TagClassName
{
border-color: #FE39DB;
}
</style>