Shades of Razzle Dazzle Rose #FE4BCB
Tints of Razzle Dazzle Rose #FE4BCB
RGB
CMYK
RGB Variations
Color information
#FE4BCB (or 0xFE4BCB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4B and CB. RGB value is (254,75,203). Sum of RGB (Red+Green+Blue) = 254+75+203=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 75 (29.69% from 255 or 14.10% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4BCB is #01B434. Grayscale: #8E8E8E. Windows color (decimal): -111669 or 13323262. OLE color: 13323262.
HSL color Cylindrical-coordinate representation of color #FE4BCB: hue angle of 317.09º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BCB is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 203 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.00 |
| HSL | 317.1º | 0.99% | 0.65% | - |
| HSV(B) | 317.1º | 0.7% | 1% | - |
| XYZ | 54.17 | 30.41 | 59.52 | - |
| YUV | 143.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 203 | 0 | 0.70 | 0.20 | 0.00 | 317.1 | 0.99 | 0.65 |
| Hex | FE | 4B | CB | 0 | 46 | 14 | 0 | 13D | 63 | 41 |
| Octal | 376 | 113 | 313 | 0 | 106 | 24 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001011 | 11001011 | 0 | 1000110 | 10100 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4BCB
Complementary color
Monochromatic Colors of #FE4BCB
Black with #FE4BCB
Text Example
Text Example
White with #FE4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BCB; }
p { color: rgb(254,75,203); }
H1.HeaderClassName
{
color: #FE4BCB;
}
.AnyTagClassName
{
color: #FE4BCB;
}
</style>
background-color css
<style>
a { background-color: #FE4BCB; }
a { background-color: rgb(254,75,203); }
div.DivClassName
{
background-color: #FE4BCB;
}
.BgClassName
{
background-color: #FE4BCB;
}
</style>
border-color css
<style>
span { border-color: #FE4BCB; }
span { border-color: rgb(254,75,203); }
td.TdClassName
{
border-color: #FE4BCB;
}
.TagClassName
{
border-color: #FE4BCB;
}
</style>