Shades of Razzle Dazzle Rose #FE4CBE
Tints of Razzle Dazzle Rose #FE4CBE
RGB
CMYK
RGB Variations
Color information
#FE4CBE (or 0xFE4CBE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and BE. RGB value is (254,76,190). Sum of RGB (Red+Green+Blue) = 254+76+190=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CBE is #01B341. Grayscale: #8D8D8D. Windows color (decimal): -111426 or 12471550. OLE color: 12471550.
HSL color Cylindrical-coordinate representation of color #FE4CBE: hue angle of 321.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CBE is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 190 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.00 |
| HSL | 321.57º | 0.99% | 0.65% | - |
| HSV(B) | 321.57º | 0.7% | 1% | - |
| XYZ | 52.75 | 29.96 | 51.72 | - |
| YUV | 142.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 190 | 0 | 0.70 | 0.25 | 0.00 | 321.57 | 0.99 | 0.65 |
| Hex | FE | 4C | BE | 0 | 46 | 19 | 0 | 142 | 63 | 41 |
| Octal | 376 | 114 | 276 | 0 | 106 | 31 | 0 | 502 | 143 | 101 |
| Binary | 11111110 | 1001100 | 10111110 | 0 | 1000110 | 11001 | 0 | 101000010 | 1100011 | 1000001 |
Color Harmonies of #FE4CBE
Complementary color
Monochromatic Colors of #FE4CBE
Black with #FE4CBE
Text Example
Text Example
White with #FE4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CBE; }
p { color: rgb(254,76,190); }
H1.HeaderClassName
{
color: #FE4CBE;
}
.AnyTagClassName
{
color: #FE4CBE;
}
</style>
background-color css
<style>
a { background-color: #FE4CBE; }
a { background-color: rgb(254,76,190); }
div.DivClassName
{
background-color: #FE4CBE;
}
.BgClassName
{
background-color: #FE4CBE;
}
</style>
border-color css
<style>
span { border-color: #FE4CBE; }
span { border-color: rgb(254,76,190); }
td.TdClassName
{
border-color: #FE4CBE;
}
.TagClassName
{
border-color: #FE4CBE;
}
</style>