Shades of Razzle Dazzle Rose #FE2CBC
Tints of Razzle Dazzle Rose #FE2CBC
RGB
CMYK
RGB Variations
Color information
#FE2CBC (or 0xFE2CBC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and BC. RGB value is (254,44,188). Sum of RGB (Red+Green+Blue) = 254+44+188=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CBC is #01D343. Grayscale: #7A7A7A. Windows color (decimal): -119620 or 12332286. OLE color: 12332286.
HSL color Cylindrical-coordinate representation of color #FE2CBC: hue angle of 318.86º 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 #FE2CBC is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 188 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.00 |
| HSL | 318.86º | 0.99% | 0.58% | - |
| HSV(B) | 318.86º | 0.83% | 1% | - |
| XYZ | 50.85 | 26.5 | 50.01 | - |
| YUV | 123.21 | 164.57 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 188 | 0 | 0.83 | 0.26 | 0.00 | 318.86 | 0.99 | 0.58 |
| Hex | FE | 2C | BC | 0 | 53 | 1A | 0 | 13F | 63 | 3A |
| Octal | 376 | 54 | 274 | 0 | 123 | 32 | 0 | 477 | 143 | 72 |
| Binary | 11111110 | 101100 | 10111100 | 0 | 1010011 | 11010 | 0 | 100111111 | 1100011 | 111010 |
Color Harmonies of #FE2CBC
Complementary color
Monochromatic Colors of #FE2CBC
Black with #FE2CBC
Text Example
Text Example
White with #FE2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CBC; }
p { color: rgb(254,44,188); }
H1.HeaderClassName
{
color: #FE2CBC;
}
.AnyTagClassName
{
color: #FE2CBC;
}
</style>
background-color css
<style>
a { background-color: #FE2CBC; }
a { background-color: rgb(254,44,188); }
div.DivClassName
{
background-color: #FE2CBC;
}
.BgClassName
{
background-color: #FE2CBC;
}
</style>
border-color css
<style>
span { border-color: #FE2CBC; }
span { border-color: rgb(254,44,188); }
td.TdClassName
{
border-color: #FE2CBC;
}
.TagClassName
{
border-color: #FE2CBC;
}
</style>