Shades of Razzle Dazzle Rose #FE46C9
Tints of Razzle Dazzle Rose #FE46C9
RGB
CMYK
RGB Variations
Color information
#FE46C9 (or 0xFE46C9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and C9. RGB value is (254,70,201). Sum of RGB (Red+Green+Blue) = 254+70+201=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 70 (27.73% from 255 or 13.33% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46C9 is #01B936. Grayscale: #8B8B8B. Windows color (decimal): -112951 or 13190910. OLE color: 13190910.
HSL color Cylindrical-coordinate representation of color #FE46C9: hue angle of 317.28º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE46C9 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 201 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.00 |
| HSL | 317.28º | 0.99% | 0.64% | - |
| HSV(B) | 317.28º | 0.72% | 1% | - |
| XYZ | 53.61 | 29.67 | 58.16 | - |
| YUV | 139.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 201 | 0 | 0.72 | 0.21 | 0.00 | 317.28 | 0.99 | 0.64 |
| Hex | FE | 46 | C9 | 0 | 48 | 15 | 0 | 13D | 63 | 40 |
| Octal | 376 | 106 | 311 | 0 | 110 | 25 | 0 | 475 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11001001 | 0 | 1001000 | 10101 | 0 | 100111101 | 1100011 | 1000000 |
Color Harmonies of #FE46C9
Complementary color
Monochromatic Colors of #FE46C9
Black with #FE46C9
Text Example
Text Example
White with #FE46C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46C9; }
p { color: rgb(254,70,201); }
H1.HeaderClassName
{
color: #FE46C9;
}
.AnyTagClassName
{
color: #FE46C9;
}
</style>
background-color css
<style>
a { background-color: #FE46C9; }
a { background-color: rgb(254,70,201); }
div.DivClassName
{
background-color: #FE46C9;
}
.BgClassName
{
background-color: #FE46C9;
}
</style>
border-color css
<style>
span { border-color: #FE46C9; }
span { border-color: rgb(254,70,201); }
td.TdClassName
{
border-color: #FE46C9;
}
.TagClassName
{
border-color: #FE46C9;
}
</style>