Shades of Razzle Dazzle Rose #FE2CC1
Tints of Razzle Dazzle Rose #FE2CC1
RGB
CMYK
RGB Variations
Color information
#FE2CC1 (or 0xFE2CC1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and C1. RGB value is (254,44,193). Sum of RGB (Red+Green+Blue) = 254+44+193=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CC1 is #01D33E. Grayscale: #7B7B7B. Windows color (decimal): -119615 or 12659966. OLE color: 12659966.
HSL color Cylindrical-coordinate representation of color #FE2CC1: hue angle of 317.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2CC1 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 193 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.00 |
| HSL | 317.43º | 0.99% | 0.58% | - |
| HSV(B) | 317.43º | 0.83% | 1% | - |
| XYZ | 51.4 | 26.72 | 52.9 | - |
| YUV | 123.78 | 167.07 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 193 | 0 | 0.83 | 0.24 | 0.00 | 317.43 | 0.99 | 0.58 |
| Hex | FE | 2C | C1 | 0 | 53 | 18 | 0 | 13D | 63 | 3A |
| Octal | 376 | 54 | 301 | 0 | 123 | 30 | 0 | 475 | 143 | 72 |
| Binary | 11111110 | 101100 | 11000001 | 0 | 1010011 | 11000 | 0 | 100111101 | 1100011 | 111010 |
Color Harmonies of #FE2CC1
Complementary color
Monochromatic Colors of #FE2CC1
Black with #FE2CC1
Text Example
Text Example
White with #FE2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CC1; }
p { color: rgb(254,44,193); }
H1.HeaderClassName
{
color: #FE2CC1;
}
.AnyTagClassName
{
color: #FE2CC1;
}
</style>
background-color css
<style>
a { background-color: #FE2CC1; }
a { background-color: rgb(254,44,193); }
div.DivClassName
{
background-color: #FE2CC1;
}
.BgClassName
{
background-color: #FE2CC1;
}
</style>
border-color css
<style>
span { border-color: #FE2CC1; }
span { border-color: rgb(254,44,193); }
td.TdClassName
{
border-color: #FE2CC1;
}
.TagClassName
{
border-color: #FE2CC1;
}
</style>