Shades of Razzle Dazzle Rose #FE2CBF
Tints of Razzle Dazzle Rose #FE2CBF
RGB
CMYK
RGB Variations
Color information
#FE2CBF (or 0xFE2CBF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and BF. RGB value is (254,44,191). Sum of RGB (Red+Green+Blue) = 254+44+191=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CBF is #01D340. Grayscale: #7B7B7B. Windows color (decimal): -119617 or 12528894. OLE color: 12528894.
HSL color Cylindrical-coordinate representation of color #FE2CBF: hue angle of 318º 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 #FE2CBF is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 191 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.00 |
| HSL | 318º | 0.99% | 0.58% | - |
| HSV(B) | 318º | 0.83% | 1% | - |
| XYZ | 51.18 | 26.63 | 51.73 | - |
| YUV | 123.55 | 166.07 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 191 | 0 | 0.83 | 0.25 | 0.00 | 318 | 0.99 | 0.58 |
| Hex | FE | 2C | BF | 0 | 53 | 19 | 0 | 13E | 63 | 3A |
| Octal | 376 | 54 | 277 | 0 | 123 | 31 | 0 | 476 | 143 | 72 |
| Binary | 11111110 | 101100 | 10111111 | 0 | 1010011 | 11001 | 0 | 100111110 | 1100011 | 111010 |
Color Harmonies of #FE2CBF
Complementary color
Monochromatic Colors of #FE2CBF
Black with #FE2CBF
Text Example
Text Example
White with #FE2CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CBF; }
p { color: rgb(254,44,191); }
H1.HeaderClassName
{
color: #FE2CBF;
}
.AnyTagClassName
{
color: #FE2CBF;
}
</style>
background-color css
<style>
a { background-color: #FE2CBF; }
a { background-color: rgb(254,44,191); }
div.DivClassName
{
background-color: #FE2CBF;
}
.BgClassName
{
background-color: #FE2CBF;
}
</style>
border-color css
<style>
span { border-color: #FE2CBF; }
span { border-color: rgb(254,44,191); }
td.TdClassName
{
border-color: #FE2CBF;
}
.TagClassName
{
border-color: #FE2CBF;
}
</style>