Shades of Razzle Dazzle Rose #FE3BBA
Tints of Razzle Dazzle Rose #FE3BBA
RGB
CMYK
RGB Variations
Color information
#FE3BBA (or 0xFE3BBA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and BA. RGB value is (254,59,186). Sum of RGB (Red+Green+Blue) = 254+59+186=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BBA is #01C445. Grayscale: #838383. Windows color (decimal): -115782 or 12205054. OLE color: 12205054.
HSL color Cylindrical-coordinate representation of color #FE3BBA: hue angle of 320.92º 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 #FE3BBA is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 186 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.00 |
| HSL | 320.92º | 0.99% | 0.61% | - |
| HSV(B) | 320.92º | 0.77% | 1% | - |
| XYZ | 51.3 | 27.74 | 49.11 | - |
| YUV | 131.78 | 158.6 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 186 | 0 | 0.77 | 0.27 | 0.00 | 320.92 | 0.99 | 0.61 |
| Hex | FE | 3B | BA | 0 | 4D | 1B | 0 | 141 | 63 | 3D |
| Octal | 376 | 73 | 272 | 0 | 115 | 33 | 0 | 501 | 143 | 75 |
| Binary | 11111110 | 111011 | 10111010 | 0 | 1001101 | 11011 | 0 | 101000001 | 1100011 | 111101 |
Color Harmonies of #FE3BBA
Complementary color
Monochromatic Colors of #FE3BBA
Black with #FE3BBA
Text Example
Text Example
White with #FE3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BBA; }
p { color: rgb(254,59,186); }
H1.HeaderClassName
{
color: #FE3BBA;
}
.AnyTagClassName
{
color: #FE3BBA;
}
</style>
background-color css
<style>
a { background-color: #FE3BBA; }
a { background-color: rgb(254,59,186); }
div.DivClassName
{
background-color: #FE3BBA;
}
.BgClassName
{
background-color: #FE3BBA;
}
</style>
border-color css
<style>
span { border-color: #FE3BBA; }
span { border-color: rgb(254,59,186); }
td.TdClassName
{
border-color: #FE3BBA;
}
.TagClassName
{
border-color: #FE3BBA;
}
</style>