Shades of Razzle Dazzle Rose #FE2BBC
Tints of Razzle Dazzle Rose #FE2BBC
RGB
CMYK
RGB Variations
Color information
#FE2BBC (or 0xFE2BBC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and BC. RGB value is (254,43,188). Sum of RGB (Red+Green+Blue) = 254+43+188=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BBC is #01D443. Grayscale: #7A7A7A. Windows color (decimal): -119876 or 12332030. OLE color: 12332030.
HSL color Cylindrical-coordinate representation of color #FE2BBC: hue angle of 318.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BBC is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 188 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.00 |
| HSL | 318.77º | 0.99% | 0.58% | - |
| HSV(B) | 318.77º | 0.83% | 1% | - |
| XYZ | 50.81 | 26.43 | 50 | - |
| YUV | 122.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 188 | 0 | 0.83 | 0.26 | 0.00 | 318.77 | 0.99 | 0.58 |
| Hex | FE | 2B | BC | 0 | 53 | 1A | 0 | 13F | 63 | 3A |
| Octal | 376 | 53 | 274 | 0 | 123 | 32 | 0 | 477 | 143 | 72 |
| Binary | 11111110 | 101011 | 10111100 | 0 | 1010011 | 11010 | 0 | 100111111 | 1100011 | 111010 |
Color Harmonies of #FE2BBC
Complementary color
Monochromatic Colors of #FE2BBC
Black with #FE2BBC
Text Example
Text Example
White with #FE2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BBC; }
p { color: rgb(254,43,188); }
H1.HeaderClassName
{
color: #FE2BBC;
}
.AnyTagClassName
{
color: #FE2BBC;
}
</style>
background-color css
<style>
a { background-color: #FE2BBC; }
a { background-color: rgb(254,43,188); }
div.DivClassName
{
background-color: #FE2BBC;
}
.BgClassName
{
background-color: #FE2BBC;
}
</style>
border-color css
<style>
span { border-color: #FE2BBC; }
span { border-color: rgb(254,43,188); }
td.TdClassName
{
border-color: #FE2BBC;
}
.TagClassName
{
border-color: #FE2BBC;
}
</style>