Shades of Razzle Dazzle Rose #FE3BBC
Tints of Razzle Dazzle Rose #FE3BBC
RGB
CMYK
RGB Variations
Color information
#FE3BBC (or 0xFE3BBC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and BC. RGB value is (254,59,188). Sum of RGB (Red+Green+Blue) = 254+59+188=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BBC is #01C443. Grayscale: #838383. Windows color (decimal): -115780 or 12336126. OLE color: 12336126.
HSL color Cylindrical-coordinate representation of color #FE3BBC: hue angle of 320.31º 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 #FE3BBC is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 188 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.00 |
| HSL | 320.31º | 0.99% | 0.61% | - |
| HSV(B) | 320.31º | 0.77% | 1% | - |
| XYZ | 51.51 | 27.83 | 50.23 | - |
| YUV | 132.01 | 159.6 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 188 | 0 | 0.77 | 0.26 | 0.00 | 320.31 | 0.99 | 0.61 |
| Hex | FE | 3B | BC | 0 | 4D | 1A | 0 | 140 | 63 | 3D |
| Octal | 376 | 73 | 274 | 0 | 115 | 32 | 0 | 500 | 143 | 75 |
| Binary | 11111110 | 111011 | 10111100 | 0 | 1001101 | 11010 | 0 | 101000000 | 1100011 | 111101 |
Color Harmonies of #FE3BBC
Complementary color
Monochromatic Colors of #FE3BBC
Black with #FE3BBC
Text Example
Text Example
White with #FE3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BBC; }
p { color: rgb(254,59,188); }
H1.HeaderClassName
{
color: #FE3BBC;
}
.AnyTagClassName
{
color: #FE3BBC;
}
</style>
background-color css
<style>
a { background-color: #FE3BBC; }
a { background-color: rgb(254,59,188); }
div.DivClassName
{
background-color: #FE3BBC;
}
.BgClassName
{
background-color: #FE3BBC;
}
</style>
border-color css
<style>
span { border-color: #FE3BBC; }
span { border-color: rgb(254,59,188); }
td.TdClassName
{
border-color: #FE3BBC;
}
.TagClassName
{
border-color: #FE3BBC;
}
</style>