Shades of Razzle Dazzle Rose #FE2BC9
Tints of Razzle Dazzle Rose #FE2BC9
RGB
CMYK
RGB Variations
Color information
#FE2BC9 (or 0xFE2BC9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and C9. RGB value is (254,43,201). Sum of RGB (Red+Green+Blue) = 254+43+201=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BC9 is #01D436. Grayscale: #7B7B7B. Windows color (decimal): -119863 or 13183998. OLE color: 13183998.
HSL color Cylindrical-coordinate representation of color #FE2BC9: hue angle of 315.07º 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 #FE2BC9 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 201 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.00 |
| HSL | 315.07º | 0.99% | 0.58% | - |
| HSV(B) | 315.07º | 0.83% | 1% | - |
| XYZ | 52.28 | 27.02 | 57.72 | - |
| YUV | 124.1 | 171.4 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 201 | 0 | 0.83 | 0.21 | 0.00 | 315.07 | 0.99 | 0.58 |
| Hex | FE | 2B | C9 | 0 | 53 | 15 | 0 | 13B | 63 | 3A |
| Octal | 376 | 53 | 311 | 0 | 123 | 25 | 0 | 473 | 143 | 72 |
| Binary | 11111110 | 101011 | 11001001 | 0 | 1010011 | 10101 | 0 | 100111011 | 1100011 | 111010 |
Color Harmonies of #FE2BC9
Complementary color
Monochromatic Colors of #FE2BC9
Black with #FE2BC9
Text Example
Text Example
White with #FE2BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BC9; }
p { color: rgb(254,43,201); }
H1.HeaderClassName
{
color: #FE2BC9;
}
.AnyTagClassName
{
color: #FE2BC9;
}
</style>
background-color css
<style>
a { background-color: #FE2BC9; }
a { background-color: rgb(254,43,201); }
div.DivClassName
{
background-color: #FE2BC9;
}
.BgClassName
{
background-color: #FE2BC9;
}
</style>
border-color css
<style>
span { border-color: #FE2BC9; }
span { border-color: rgb(254,43,201); }
td.TdClassName
{
border-color: #FE2BC9;
}
.TagClassName
{
border-color: #FE2BC9;
}
</style>