Shades of Razzle Dazzle Rose #FE46C7
Tints of Razzle Dazzle Rose #FE46C7
RGB
CMYK
RGB Variations
Color information
#FE46C7 (or 0xFE46C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and C7. RGB value is (254,70,199). Sum of RGB (Red+Green+Blue) = 254+70+199=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46C7 is #01B938. Grayscale: #8B8B8B. Windows color (decimal): -112953 or 13059838. OLE color: 13059838.
HSL color Cylindrical-coordinate representation of color #FE46C7: hue angle of 317.93º 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 #FE46C7 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 199 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.00 |
| HSL | 317.93º | 0.99% | 0.64% | - |
| HSV(B) | 317.93º | 0.72% | 1% | - |
| XYZ | 53.37 | 29.57 | 56.93 | - |
| YUV | 139.72 | 161.46 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 199 | 0 | 0.72 | 0.22 | 0.00 | 317.93 | 0.99 | 0.64 |
| Hex | FE | 46 | C7 | 0 | 48 | 16 | 0 | 13E | 63 | 40 |
| Octal | 376 | 106 | 307 | 0 | 110 | 26 | 0 | 476 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11000111 | 0 | 1001000 | 10110 | 0 | 100111110 | 1100011 | 1000000 |
Color Harmonies of #FE46C7
Complementary color
Monochromatic Colors of #FE46C7
Black with #FE46C7
Text Example
Text Example
White with #FE46C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46C7; }
p { color: rgb(254,70,199); }
H1.HeaderClassName
{
color: #FE46C7;
}
.AnyTagClassName
{
color: #FE46C7;
}
</style>
background-color css
<style>
a { background-color: #FE46C7; }
a { background-color: rgb(254,70,199); }
div.DivClassName
{
background-color: #FE46C7;
}
.BgClassName
{
background-color: #FE46C7;
}
</style>
border-color css
<style>
span { border-color: #FE46C7; }
span { border-color: rgb(254,70,199); }
td.TdClassName
{
border-color: #FE46C7;
}
.TagClassName
{
border-color: #FE46C7;
}
</style>