Shades of Razzle Dazzle Rose #FE40BA
Tints of Razzle Dazzle Rose #FE40BA
RGB
CMYK
RGB Variations
Color information
#FE40BA (or 0xFE40BA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and BA. RGB value is (254,64,186). Sum of RGB (Red+Green+Blue) = 254+64+186=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40BA is #01BF45. Grayscale: #868686. Windows color (decimal): -114502 or 12206334. OLE color: 12206334.
HSL color Cylindrical-coordinate representation of color #FE40BA: hue angle of 321.47º 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 #FE40BA is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 186 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.00 |
| HSL | 321.47º | 0.99% | 0.62% | - |
| HSV(B) | 321.47º | 0.75% | 1% | - |
| XYZ | 51.57 | 28.28 | 49.2 | - |
| YUV | 134.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 186 | 0 | 0.75 | 0.27 | 0.00 | 321.47 | 0.99 | 0.62 |
| Hex | FE | 40 | BA | 0 | 4B | 1B | 0 | 141 | 63 | 3E |
| Octal | 376 | 100 | 272 | 0 | 113 | 33 | 0 | 501 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10111010 | 0 | 1001011 | 11011 | 0 | 101000001 | 1100011 | 111110 |
Color Harmonies of #FE40BA
Complementary color
Monochromatic Colors of #FE40BA
Black with #FE40BA
Text Example
Text Example
White with #FE40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40BA; }
p { color: rgb(254,64,186); }
H1.HeaderClassName
{
color: #FE40BA;
}
.AnyTagClassName
{
color: #FE40BA;
}
</style>
background-color css
<style>
a { background-color: #FE40BA; }
a { background-color: rgb(254,64,186); }
div.DivClassName
{
background-color: #FE40BA;
}
.BgClassName
{
background-color: #FE40BA;
}
</style>
border-color css
<style>
span { border-color: #FE40BA; }
span { border-color: rgb(254,64,186); }
td.TdClassName
{
border-color: #FE40BA;
}
.TagClassName
{
border-color: #FE40BA;
}
</style>