Shades of Razzle Dazzle Rose #FE2DBA
Tints of Razzle Dazzle Rose #FE2DBA
RGB
CMYK
RGB Variations
Color information
#FE2DBA (or 0xFE2DBA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and BA. RGB value is (254,45,186). Sum of RGB (Red+Green+Blue) = 254+45+186=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DBA is #01D245. Grayscale: #7B7B7B. Windows color (decimal): -119366 or 12201470. OLE color: 12201470.
HSL color Cylindrical-coordinate representation of color #FE2DBA: hue angle of 319.52º 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 #FE2DBA is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 186 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.00 |
| HSL | 319.52º | 0.99% | 0.59% | - |
| HSV(B) | 319.52º | 0.82% | 1% | - |
| XYZ | 50.67 | 26.49 | 48.9 | - |
| YUV | 123.57 | 163.24 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 186 | 0 | 0.82 | 0.27 | 0.00 | 319.52 | 0.99 | 0.59 |
| Hex | FE | 2D | BA | 0 | 52 | 1B | 0 | 140 | 63 | 3B |
| Octal | 376 | 55 | 272 | 0 | 122 | 33 | 0 | 500 | 143 | 73 |
| Binary | 11111110 | 101101 | 10111010 | 0 | 1010010 | 11011 | 0 | 101000000 | 1100011 | 111011 |
Color Harmonies of #FE2DBA
Complementary color
Monochromatic Colors of #FE2DBA
Black with #FE2DBA
Text Example
Text Example
White with #FE2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DBA; }
p { color: rgb(254,45,186); }
H1.HeaderClassName
{
color: #FE2DBA;
}
.AnyTagClassName
{
color: #FE2DBA;
}
</style>
background-color css
<style>
a { background-color: #FE2DBA; }
a { background-color: rgb(254,45,186); }
div.DivClassName
{
background-color: #FE2DBA;
}
.BgClassName
{
background-color: #FE2DBA;
}
</style>
border-color css
<style>
span { border-color: #FE2DBA; }
span { border-color: rgb(254,45,186); }
td.TdClassName
{
border-color: #FE2DBA;
}
.TagClassName
{
border-color: #FE2DBA;
}
</style>