Shades of Razzle Dazzle Rose #FE2BCB
Tints of Razzle Dazzle Rose #FE2BCB
RGB
CMYK
RGB Variations
Color information
#FE2BCB (or 0xFE2BCB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and CB. RGB value is (254,43,203). Sum of RGB (Red+Green+Blue) = 254+43+203=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BCB is #01D434. Grayscale: #7B7B7B. Windows color (decimal): -119861 or 13315070. OLE color: 13315070.
HSL color Cylindrical-coordinate representation of color #FE2BCB: hue angle of 314.5º 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 #FE2BCB is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 203 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.00 |
| HSL | 314.5º | 0.99% | 0.58% | - |
| HSV(B) | 314.5º | 0.83% | 1% | - |
| XYZ | 52.52 | 27.11 | 58.96 | - |
| YUV | 124.33 | 172.4 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 203 | 0 | 0.83 | 0.20 | 0.00 | 314.5 | 0.99 | 0.58 |
| Hex | FE | 2B | CB | 0 | 53 | 14 | 0 | 13B | 63 | 3A |
| Octal | 376 | 53 | 313 | 0 | 123 | 24 | 0 | 473 | 143 | 72 |
| Binary | 11111110 | 101011 | 11001011 | 0 | 1010011 | 10100 | 0 | 100111011 | 1100011 | 111010 |
Color Harmonies of #FE2BCB
Complementary color
Monochromatic Colors of #FE2BCB
Black with #FE2BCB
Text Example
Text Example
White with #FE2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BCB; }
p { color: rgb(254,43,203); }
H1.HeaderClassName
{
color: #FE2BCB;
}
.AnyTagClassName
{
color: #FE2BCB;
}
</style>
background-color css
<style>
a { background-color: #FE2BCB; }
a { background-color: rgb(254,43,203); }
div.DivClassName
{
background-color: #FE2BCB;
}
.BgClassName
{
background-color: #FE2BCB;
}
</style>
border-color css
<style>
span { border-color: #FE2BCB; }
span { border-color: rgb(254,43,203); }
td.TdClassName
{
border-color: #FE2BCB;
}
.TagClassName
{
border-color: #FE2BCB;
}
</style>