Shades of Razzle Dazzle Rose #FE40C2
Tints of Razzle Dazzle Rose #FE40C2
RGB
CMYK
RGB Variations
Color information
#FE40C2 (or 0xFE40C2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and C2. RGB value is (254,64,194). Sum of RGB (Red+Green+Blue) = 254+64+194=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40C2 is #01BF3D. Grayscale: #878787. Windows color (decimal): -114494 or 12730622. OLE color: 12730622.
HSL color Cylindrical-coordinate representation of color #FE40C2: hue angle of 318.95º 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 #FE40C2 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 194 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.00 |
| HSL | 318.95º | 0.99% | 0.62% | - |
| HSV(B) | 318.95º | 0.75% | 1% | - |
| XYZ | 52.44 | 28.63 | 53.8 | - |
| YUV | 135.63 | 160.95 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 194 | 0 | 0.75 | 0.24 | 0.00 | 318.95 | 0.99 | 0.62 |
| Hex | FE | 40 | C2 | 0 | 4B | 18 | 0 | 13F | 63 | 3E |
| Octal | 376 | 100 | 302 | 0 | 113 | 30 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11000010 | 0 | 1001011 | 11000 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE40C2
Complementary color
Monochromatic Colors of #FE40C2
Black with #FE40C2
Text Example
Text Example
White with #FE40C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40C2; }
p { color: rgb(254,64,194); }
H1.HeaderClassName
{
color: #FE40C2;
}
.AnyTagClassName
{
color: #FE40C2;
}
</style>
background-color css
<style>
a { background-color: #FE40C2; }
a { background-color: rgb(254,64,194); }
div.DivClassName
{
background-color: #FE40C2;
}
.BgClassName
{
background-color: #FE40C2;
}
</style>
border-color css
<style>
span { border-color: #FE40C2; }
span { border-color: rgb(254,64,194); }
td.TdClassName
{
border-color: #FE40C2;
}
.TagClassName
{
border-color: #FE40C2;
}
</style>