Shades of Razzle Dazzle Rose #FE41C7
Tints of Razzle Dazzle Rose #FE41C7
RGB
CMYK
RGB Variations
Color information
#FE41C7 (or 0xFE41C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and C7. RGB value is (254,65,199). Sum of RGB (Red+Green+Blue) = 254+65+199=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41C7 is #01BE38. Grayscale: #888888. Windows color (decimal): -114233 or 13058558. OLE color: 13058558.
HSL color Cylindrical-coordinate representation of color #FE41C7: hue angle of 317.46º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41C7 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 199 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.00 |
| HSL | 317.46º | 0.99% | 0.63% | - |
| HSV(B) | 317.46º | 0.74% | 1% | - |
| XYZ | 53.07 | 28.97 | 56.83 | - |
| YUV | 136.79 | 163.12 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 199 | 0 | 0.74 | 0.22 | 0.00 | 317.46 | 0.99 | 0.63 |
| Hex | FE | 41 | C7 | 0 | 4A | 16 | 0 | 13D | 63 | 3F |
| Octal | 376 | 101 | 307 | 0 | 112 | 26 | 0 | 475 | 143 | 77 |
| Binary | 11111110 | 1000001 | 11000111 | 0 | 1001010 | 10110 | 0 | 100111101 | 1100011 | 111111 |
Color Harmonies of #FE41C7
Complementary color
Monochromatic Colors of #FE41C7
Black with #FE41C7
Text Example
Text Example
White with #FE41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41C7; }
p { color: rgb(254,65,199); }
H1.HeaderClassName
{
color: #FE41C7;
}
.AnyTagClassName
{
color: #FE41C7;
}
</style>
background-color css
<style>
a { background-color: #FE41C7; }
a { background-color: rgb(254,65,199); }
div.DivClassName
{
background-color: #FE41C7;
}
.BgClassName
{
background-color: #FE41C7;
}
</style>
border-color css
<style>
span { border-color: #FE41C7; }
span { border-color: rgb(254,65,199); }
td.TdClassName
{
border-color: #FE41C7;
}
.TagClassName
{
border-color: #FE41C7;
}
</style>