Shades of Razzle Dazzle Rose #FE3BCB
Tints of Razzle Dazzle Rose #FE3BCB
RGB
CMYK
RGB Variations
Color information
#FE3BCB (or 0xFE3BCB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and CB. RGB value is (254,59,203). Sum of RGB (Red+Green+Blue) = 254+59+203=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 59 (23.44% from 255 or 11.43% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BCB is #01C434. Grayscale: #858585. Windows color (decimal): -115765 or 13319166. OLE color: 13319166.
HSL color Cylindrical-coordinate representation of color #FE3BCB: hue angle of 315.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BCB is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 203 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.00 |
| HSL | 315.69º | 0.99% | 0.61% | - |
| HSV(B) | 315.69º | 0.77% | 1% | - |
| XYZ | 53.22 | 28.51 | 59.2 | - |
| YUV | 133.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 203 | 0 | 0.77 | 0.20 | 0.00 | 315.69 | 0.99 | 0.61 |
| Hex | FE | 3B | CB | 0 | 4D | 14 | 0 | 13C | 63 | 3D |
| Octal | 376 | 73 | 313 | 0 | 115 | 24 | 0 | 474 | 143 | 75 |
| Binary | 11111110 | 111011 | 11001011 | 0 | 1001101 | 10100 | 0 | 100111100 | 1100011 | 111101 |
Color Harmonies of #FE3BCB
Complementary color
Monochromatic Colors of #FE3BCB
Black with #FE3BCB
Text Example
Text Example
White with #FE3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BCB; }
p { color: rgb(254,59,203); }
H1.HeaderClassName
{
color: #FE3BCB;
}
.AnyTagClassName
{
color: #FE3BCB;
}
</style>
background-color css
<style>
a { background-color: #FE3BCB; }
a { background-color: rgb(254,59,203); }
div.DivClassName
{
background-color: #FE3BCB;
}
.BgClassName
{
background-color: #FE3BCB;
}
</style>
border-color css
<style>
span { border-color: #FE3BCB; }
span { border-color: rgb(254,59,203); }
td.TdClassName
{
border-color: #FE3BCB;
}
.TagClassName
{
border-color: #FE3BCB;
}
</style>