Shades of Razzle Dazzle Rose #FE46CB
Tints of Razzle Dazzle Rose #FE46CB
RGB
CMYK
RGB Variations
Color information
#FE46CB (or 0xFE46CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and CB. RGB value is (254,70,203). Sum of RGB (Red+Green+Blue) = 254+70+203=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46CB is #01B934. Grayscale: #8B8B8B. Windows color (decimal): -112949 or 13321982. OLE color: 13321982.
HSL color Cylindrical-coordinate representation of color #FE46CB: hue angle of 316.63º 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 #FE46CB is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 203 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.00 |
| HSL | 316.63º | 0.99% | 0.64% | - |
| HSV(B) | 316.63º | 0.72% | 1% | - |
| XYZ | 53.84 | 29.76 | 59.41 | - |
| YUV | 140.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 203 | 0 | 0.72 | 0.20 | 0.00 | 316.63 | 0.99 | 0.64 |
| Hex | FE | 46 | CB | 0 | 48 | 14 | 0 | 13D | 63 | 40 |
| Octal | 376 | 106 | 313 | 0 | 110 | 24 | 0 | 475 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11001011 | 0 | 1001000 | 10100 | 0 | 100111101 | 1100011 | 1000000 |
Color Harmonies of #FE46CB
Complementary color
Monochromatic Colors of #FE46CB
Black with #FE46CB
Text Example
Text Example
White with #FE46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46CB; }
p { color: rgb(254,70,203); }
H1.HeaderClassName
{
color: #FE46CB;
}
.AnyTagClassName
{
color: #FE46CB;
}
</style>
background-color css
<style>
a { background-color: #FE46CB; }
a { background-color: rgb(254,70,203); }
div.DivClassName
{
background-color: #FE46CB;
}
.BgClassName
{
background-color: #FE46CB;
}
</style>
border-color css
<style>
span { border-color: #FE46CB; }
span { border-color: rgb(254,70,203); }
td.TdClassName
{
border-color: #FE46CB;
}
.TagClassName
{
border-color: #FE46CB;
}
</style>