Shades of Razzle Dazzle Rose #FE46BC
Tints of Razzle Dazzle Rose #FE46BC
RGB
CMYK
RGB Variations
Color information
#FE46BC (or 0xFE46BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and BC. RGB value is (254,70,188). Sum of RGB (Red+Green+Blue) = 254+70+188=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46BC is #01B943. Grayscale: #8A8A8A. Windows color (decimal): -112964 or 12338942. OLE color: 12338942.
HSL color Cylindrical-coordinate representation of color #FE46BC: hue angle of 321.52º 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 #FE46BC is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 188 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.00 |
| HSL | 321.52º | 0.99% | 0.64% | - |
| HSV(B) | 321.52º | 0.72% | 1% | - |
| XYZ | 52.14 | 29.08 | 50.44 | - |
| YUV | 138.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 188 | 0 | 0.72 | 0.26 | 0.00 | 321.52 | 0.99 | 0.64 |
| Hex | FE | 46 | BC | 0 | 48 | 1A | 0 | 142 | 63 | 40 |
| Octal | 376 | 106 | 274 | 0 | 110 | 32 | 0 | 502 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10111100 | 0 | 1001000 | 11010 | 0 | 101000010 | 1100011 | 1000000 |
Color Harmonies of #FE46BC
Complementary color
Monochromatic Colors of #FE46BC
Black with #FE46BC
Text Example
Text Example
White with #FE46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46BC; }
p { color: rgb(254,70,188); }
H1.HeaderClassName
{
color: #FE46BC;
}
.AnyTagClassName
{
color: #FE46BC;
}
</style>
background-color css
<style>
a { background-color: #FE46BC; }
a { background-color: rgb(254,70,188); }
div.DivClassName
{
background-color: #FE46BC;
}
.BgClassName
{
background-color: #FE46BC;
}
</style>
border-color css
<style>
span { border-color: #FE46BC; }
span { border-color: rgb(254,70,188); }
td.TdClassName
{
border-color: #FE46BC;
}
.TagClassName
{
border-color: #FE46BC;
}
</style>