Shades of Razzle Dazzle Rose #FE2DBB
Tints of Razzle Dazzle Rose #FE2DBB
RGB
CMYK
RGB Variations
Color information
#FE2DBB (or 0xFE2DBB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and BB. RGB value is (254,45,187). Sum of RGB (Red+Green+Blue) = 254+45+187=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DBB is #01D244. Grayscale: #7B7B7B. Windows color (decimal): -119365 or 12267006. OLE color: 12267006.
HSL color Cylindrical-coordinate representation of color #FE2DBB: hue angle of 319.23º 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 #FE2DBB is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 187 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.00 |
| HSL | 319.23º | 0.99% | 0.59% | - |
| HSV(B) | 319.23º | 0.82% | 1% | - |
| XYZ | 50.78 | 26.54 | 49.46 | - |
| YUV | 123.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 187 | 0 | 0.82 | 0.26 | 0.00 | 319.23 | 0.99 | 0.59 |
| Hex | FE | 2D | BB | 0 | 52 | 1A | 0 | 13F | 63 | 3B |
| Octal | 376 | 55 | 273 | 0 | 122 | 32 | 0 | 477 | 143 | 73 |
| Binary | 11111110 | 101101 | 10111011 | 0 | 1010010 | 11010 | 0 | 100111111 | 1100011 | 111011 |
Color Harmonies of #FE2DBB
Complementary color
Monochromatic Colors of #FE2DBB
Black with #FE2DBB
Text Example
Text Example
White with #FE2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DBB; }
p { color: rgb(254,45,187); }
H1.HeaderClassName
{
color: #FE2DBB;
}
.AnyTagClassName
{
color: #FE2DBB;
}
</style>
background-color css
<style>
a { background-color: #FE2DBB; }
a { background-color: rgb(254,45,187); }
div.DivClassName
{
background-color: #FE2DBB;
}
.BgClassName
{
background-color: #FE2DBB;
}
</style>
border-color css
<style>
span { border-color: #FE2DBB; }
span { border-color: rgb(254,45,187); }
td.TdClassName
{
border-color: #FE2DBB;
}
.TagClassName
{
border-color: #FE2DBB;
}
</style>