Shades of Razzle Dazzle Rose #FE2DCB
Tints of Razzle Dazzle Rose #FE2DCB
RGB
CMYK
RGB Variations
Color information
#FE2DCB (or 0xFE2DCB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and CB. RGB value is (254,45,203). Sum of RGB (Red+Green+Blue) = 254+45+203=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DCB is #01D234. Grayscale: #7D7D7D. Windows color (decimal): -119349 or 13315582. OLE color: 13315582.
HSL color Cylindrical-coordinate representation of color #FE2DCB: hue angle of 314.64º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DCB is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 203 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.00 |
| HSL | 314.64º | 0.99% | 0.59% | - |
| HSV(B) | 314.64º | 0.82% | 1% | - |
| XYZ | 52.59 | 27.26 | 58.99 | - |
| YUV | 125.5 | 171.74 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 203 | 0 | 0.82 | 0.20 | 0.00 | 314.64 | 0.99 | 0.59 |
| Hex | FE | 2D | CB | 0 | 52 | 14 | 0 | 13B | 63 | 3B |
| Octal | 376 | 55 | 313 | 0 | 122 | 24 | 0 | 473 | 143 | 73 |
| Binary | 11111110 | 101101 | 11001011 | 0 | 1010010 | 10100 | 0 | 100111011 | 1100011 | 111011 |
Color Harmonies of #FE2DCB
Complementary color
Monochromatic Colors of #FE2DCB
Black with #FE2DCB
Text Example
Text Example
White with #FE2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DCB; }
p { color: rgb(254,45,203); }
H1.HeaderClassName
{
color: #FE2DCB;
}
.AnyTagClassName
{
color: #FE2DCB;
}
</style>
background-color css
<style>
a { background-color: #FE2DCB; }
a { background-color: rgb(254,45,203); }
div.DivClassName
{
background-color: #FE2DCB;
}
.BgClassName
{
background-color: #FE2DCB;
}
</style>
border-color css
<style>
span { border-color: #FE2DCB; }
span { border-color: rgb(254,45,203); }
td.TdClassName
{
border-color: #FE2DCB;
}
.TagClassName
{
border-color: #FE2DCB;
}
</style>