Shades of Razzle Dazzle Rose #FE40C3
Tints of Razzle Dazzle Rose #FE40C3
RGB
CMYK
RGB Variations
Color information
#FE40C3 (or 0xFE40C3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and C3. RGB value is (254,64,195). Sum of RGB (Red+Green+Blue) = 254+64+195=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40C3 is #01BF3C. Grayscale: #878787. Windows color (decimal): -114493 or 12796158. OLE color: 12796158.
HSL color Cylindrical-coordinate representation of color #FE40C3: hue angle of 318.63º 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 #FE40C3 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 195 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.00 |
| HSL | 318.63º | 0.99% | 0.62% | - |
| HSV(B) | 318.63º | 0.75% | 1% | - |
| XYZ | 52.56 | 28.68 | 54.4 | - |
| YUV | 135.74 | 161.45 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 195 | 0 | 0.75 | 0.23 | 0.00 | 318.63 | 0.99 | 0.62 |
| Hex | FE | 40 | C3 | 0 | 4B | 17 | 0 | 13F | 63 | 3E |
| Octal | 376 | 100 | 303 | 0 | 113 | 27 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11000011 | 0 | 1001011 | 10111 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE40C3
Complementary color
Monochromatic Colors of #FE40C3
Black with #FE40C3
Text Example
Text Example
White with #FE40C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40C3; }
p { color: rgb(254,64,195); }
H1.HeaderClassName
{
color: #FE40C3;
}
.AnyTagClassName
{
color: #FE40C3;
}
</style>
background-color css
<style>
a { background-color: #FE40C3; }
a { background-color: rgb(254,64,195); }
div.DivClassName
{
background-color: #FE40C3;
}
.BgClassName
{
background-color: #FE40C3;
}
</style>
border-color css
<style>
span { border-color: #FE40C3; }
span { border-color: rgb(254,64,195); }
td.TdClassName
{
border-color: #FE40C3;
}
.TagClassName
{
border-color: #FE40C3;
}
</style>