Shades of Razzle Dazzle Rose #FE3ADB
Tints of Razzle Dazzle Rose #FE3ADB
RGB
CMYK
RGB Variations
Color information
#FE3ADB (or 0xFE3ADB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3A and DB. RGB value is (254,58,219). Sum of RGB (Red+Green+Blue) = 254+58+219=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 58 (23.05% from 255 or 10.92% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ADB is #01C524. Grayscale: #868686. Windows color (decimal): -116005 or 14367486. OLE color: 14367486.
HSL color Cylindrical-coordinate representation of color #FE3ADB: hue angle of 310.71º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3ADB is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 219 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.00 |
| HSL | 310.71º | 0.99% | 0.61% | - |
| HSV(B) | 310.71º | 0.77% | 1% | - |
| XYZ | 55.17 | 29.21 | 69.75 | - |
| YUV | 134.96 | 175.43 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 219 | 0 | 0.77 | 0.14 | 0.00 | 310.71 | 0.99 | 0.61 |
| Hex | FE | 3A | DB | 0 | 4D | E | 0 | 137 | 63 | 3D |
| Octal | 376 | 72 | 333 | 0 | 115 | 16 | 0 | 467 | 143 | 75 |
| Binary | 11111110 | 111010 | 11011011 | 0 | 1001101 | 1110 | 0 | 100110111 | 1100011 | 111101 |
Color Harmonies of #FE3ADB
Complementary color
Monochromatic Colors of #FE3ADB
Black with #FE3ADB
Text Example
Text Example
White with #FE3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ADB; }
p { color: rgb(254,58,219); }
H1.HeaderClassName
{
color: #FE3ADB;
}
.AnyTagClassName
{
color: #FE3ADB;
}
</style>
background-color css
<style>
a { background-color: #FE3ADB; }
a { background-color: rgb(254,58,219); }
div.DivClassName
{
background-color: #FE3ADB;
}
.BgClassName
{
background-color: #FE3ADB;
}
</style>
border-color css
<style>
span { border-color: #FE3ADB; }
span { border-color: rgb(254,58,219); }
td.TdClassName
{
border-color: #FE3ADB;
}
.TagClassName
{
border-color: #FE3ADB;
}
</style>