Shades of Razzle Dazzle Rose #FE3FD1
Tints of Razzle Dazzle Rose #FE3FD1
RGB
CMYK
RGB Variations
Color information
#FE3FD1 (or 0xFE3FD1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and D1. RGB value is (254,63,209). Sum of RGB (Red+Green+Blue) = 254+63+209=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 63 (25% from 255 or 11.98% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FD1 is #01C02E. Grayscale: #888888. Windows color (decimal): -114735 or 13713406. OLE color: 13713406.
HSL color Cylindrical-coordinate representation of color #FE3FD1: hue angle of 314.14º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FD1 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 209 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.00 |
| HSL | 314.14º | 0.99% | 0.62% | - |
| HSV(B) | 314.14º | 0.75% | 1% | - |
| XYZ | 54.16 | 29.23 | 63.11 | - |
| YUV | 136.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 209 | 0 | 0.75 | 0.18 | 0.00 | 314.14 | 0.99 | 0.62 |
| Hex | FE | 3F | D1 | 0 | 4B | 12 | 0 | 13A | 63 | 3E |
| Octal | 376 | 77 | 321 | 0 | 113 | 22 | 0 | 472 | 143 | 76 |
| Binary | 11111110 | 111111 | 11010001 | 0 | 1001011 | 10010 | 0 | 100111010 | 1100011 | 111110 |
Color Harmonies of #FE3FD1
Complementary color
Monochromatic Colors of #FE3FD1
Black with #FE3FD1
Text Example
Text Example
White with #FE3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FD1; }
p { color: rgb(254,63,209); }
H1.HeaderClassName
{
color: #FE3FD1;
}
.AnyTagClassName
{
color: #FE3FD1;
}
</style>
background-color css
<style>
a { background-color: #FE3FD1; }
a { background-color: rgb(254,63,209); }
div.DivClassName
{
background-color: #FE3FD1;
}
.BgClassName
{
background-color: #FE3FD1;
}
</style>
border-color css
<style>
span { border-color: #FE3FD1; }
span { border-color: rgb(254,63,209); }
td.TdClassName
{
border-color: #FE3FD1;
}
.TagClassName
{
border-color: #FE3FD1;
}
</style>