Shades of Razzle Dazzle Rose #FE40CF
Tints of Razzle Dazzle Rose #FE40CF
RGB
CMYK
RGB Variations
Color information
#FE40CF (or 0xFE40CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and CF. RGB value is (254,64,207). Sum of RGB (Red+Green+Blue) = 254+64+207=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40CF is #01BF30. Grayscale: #888888. Windows color (decimal): -114481 or 13582590. OLE color: 13582590.
HSL color Cylindrical-coordinate representation of color #FE40CF: hue angle of 314.84º 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 #FE40CF is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 207 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.00 |
| HSL | 314.84º | 0.99% | 0.62% | - |
| HSV(B) | 314.84º | 0.75% | 1% | - |
| XYZ | 53.97 | 29.24 | 61.83 | - |
| YUV | 137.11 | 167.45 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 207 | 0 | 0.75 | 0.19 | 0.00 | 314.84 | 0.99 | 0.62 |
| Hex | FE | 40 | CF | 0 | 4B | 13 | 0 | 13B | 63 | 3E |
| Octal | 376 | 100 | 317 | 0 | 113 | 23 | 0 | 473 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11001111 | 0 | 1001011 | 10011 | 0 | 100111011 | 1100011 | 111110 |
Color Harmonies of #FE40CF
Complementary color
Monochromatic Colors of #FE40CF
Black with #FE40CF
Text Example
Text Example
White with #FE40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40CF; }
p { color: rgb(254,64,207); }
H1.HeaderClassName
{
color: #FE40CF;
}
.AnyTagClassName
{
color: #FE40CF;
}
</style>
background-color css
<style>
a { background-color: #FE40CF; }
a { background-color: rgb(254,64,207); }
div.DivClassName
{
background-color: #FE40CF;
}
.BgClassName
{
background-color: #FE40CF;
}
</style>
border-color css
<style>
span { border-color: #FE40CF; }
span { border-color: rgb(254,64,207); }
td.TdClassName
{
border-color: #FE40CF;
}
.TagClassName
{
border-color: #FE40CF;
}
</style>