Shades of Razzle Dazzle Rose #FE40CB
Tints of Razzle Dazzle Rose #FE40CB
RGB
CMYK
RGB Variations
Color information
#FE40CB (or 0xFE40CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and CB. RGB value is (254,64,203). Sum of RGB (Red+Green+Blue) = 254+64+203=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40CB is #01BF34. Grayscale: #888888. Windows color (decimal): -114485 or 13320446. OLE color: 13320446.
HSL color Cylindrical-coordinate representation of color #FE40CB: hue angle of 316.11º 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 #FE40CB is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 203 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.00 |
| HSL | 316.11º | 0.99% | 0.62% | - |
| HSV(B) | 316.11º | 0.75% | 1% | - |
| XYZ | 53.49 | 29.05 | 59.29 | - |
| YUV | 136.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 203 | 0 | 0.75 | 0.20 | 0.00 | 316.11 | 0.99 | 0.62 |
| Hex | FE | 40 | CB | 0 | 4B | 14 | 0 | 13C | 63 | 3E |
| Octal | 376 | 100 | 313 | 0 | 113 | 24 | 0 | 474 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11001011 | 0 | 1001011 | 10100 | 0 | 100111100 | 1100011 | 111110 |
Color Harmonies of #FE40CB
Complementary color
Monochromatic Colors of #FE40CB
Black with #FE40CB
Text Example
Text Example
White with #FE40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40CB; }
p { color: rgb(254,64,203); }
H1.HeaderClassName
{
color: #FE40CB;
}
.AnyTagClassName
{
color: #FE40CB;
}
</style>
background-color css
<style>
a { background-color: #FE40CB; }
a { background-color: rgb(254,64,203); }
div.DivClassName
{
background-color: #FE40CB;
}
.BgClassName
{
background-color: #FE40CB;
}
</style>
border-color css
<style>
span { border-color: #FE40CB; }
span { border-color: rgb(254,64,203); }
td.TdClassName
{
border-color: #FE40CB;
}
.TagClassName
{
border-color: #FE40CB;
}
</style>