Shades of Razzle Dazzle Rose #FE40B9
Tints of Razzle Dazzle Rose #FE40B9
RGB
CMYK
RGB Variations
Color information
#FE40B9 (or 0xFE40B9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and B9. RGB value is (254,64,185). Sum of RGB (Red+Green+Blue) = 254+64+185=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40B9 is #01BF46. Grayscale: #868686. Windows color (decimal): -114503 or 12140798. OLE color: 12140798.
HSL color Cylindrical-coordinate representation of color #FE40B9: hue angle of 321.79º 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 #FE40B9 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 185 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.00 |
| HSL | 321.79º | 0.99% | 0.62% | - |
| HSV(B) | 321.79º | 0.75% | 1% | - |
| XYZ | 51.46 | 28.24 | 48.64 | - |
| YUV | 134.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 185 | 0 | 0.75 | 0.27 | 0.00 | 321.79 | 0.99 | 0.62 |
| Hex | FE | 40 | B9 | 0 | 4B | 1B | 0 | 142 | 63 | 3E |
| Octal | 376 | 100 | 271 | 0 | 113 | 33 | 0 | 502 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10111001 | 0 | 1001011 | 11011 | 0 | 101000010 | 1100011 | 111110 |
Color Harmonies of #FE40B9
Complementary color
Monochromatic Colors of #FE40B9
Black with #FE40B9
Text Example
Text Example
White with #FE40B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40B9; }
p { color: rgb(254,64,185); }
H1.HeaderClassName
{
color: #FE40B9;
}
.AnyTagClassName
{
color: #FE40B9;
}
</style>
background-color css
<style>
a { background-color: #FE40B9; }
a { background-color: rgb(254,64,185); }
div.DivClassName
{
background-color: #FE40B9;
}
.BgClassName
{
background-color: #FE40B9;
}
</style>
border-color css
<style>
span { border-color: #FE40B9; }
span { border-color: rgb(254,64,185); }
td.TdClassName
{
border-color: #FE40B9;
}
.TagClassName
{
border-color: #FE40B9;
}
</style>