Shades of Razzle Dazzle Rose #FE40D1
Tints of Razzle Dazzle Rose #FE40D1
RGB
CMYK
RGB Variations
Color information
#FE40D1 (or 0xFE40D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and D1. RGB value is (254,64,209). Sum of RGB (Red+Green+Blue) = 254+64+209=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40D1 is #01BF2E. Grayscale: #888888. Windows color (decimal): -114479 or 13713662. OLE color: 13713662.
HSL color Cylindrical-coordinate representation of color #FE40D1: hue angle of 314.21º 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 #FE40D1 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 209 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.00 |
| HSL | 314.21º | 0.99% | 0.62% | - |
| HSV(B) | 314.21º | 0.75% | 1% | - |
| XYZ | 54.22 | 29.34 | 63.13 | - |
| YUV | 137.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 209 | 0 | 0.75 | 0.18 | 0.00 | 314.21 | 0.99 | 0.62 |
| Hex | FE | 40 | D1 | 0 | 4B | 12 | 0 | 13A | 63 | 3E |
| Octal | 376 | 100 | 321 | 0 | 113 | 22 | 0 | 472 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11010001 | 0 | 1001011 | 10010 | 0 | 100111010 | 1100011 | 111110 |
Color Harmonies of #FE40D1
Complementary color
Monochromatic Colors of #FE40D1
Black with #FE40D1
Text Example
Text Example
White with #FE40D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40D1; }
p { color: rgb(254,64,209); }
H1.HeaderClassName
{
color: #FE40D1;
}
.AnyTagClassName
{
color: #FE40D1;
}
</style>
background-color css
<style>
a { background-color: #FE40D1; }
a { background-color: rgb(254,64,209); }
div.DivClassName
{
background-color: #FE40D1;
}
.BgClassName
{
background-color: #FE40D1;
}
</style>
border-color css
<style>
span { border-color: #FE40D1; }
span { border-color: rgb(254,64,209); }
td.TdClassName
{
border-color: #FE40D1;
}
.TagClassName
{
border-color: #FE40D1;
}
</style>