Shades of Razzle Dazzle Rose #FE2BD2
Tints of Razzle Dazzle Rose #FE2BD2
RGB
CMYK
RGB Variations
Color information
#FE2BD2 (or 0xFE2BD2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and D2. RGB value is (254,43,210). Sum of RGB (Red+Green+Blue) = 254+43+210=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BD2 is #01D42D. Grayscale: #7C7C7C. Windows color (decimal): -119854 or 13773822. OLE color: 13773822.
HSL color Cylindrical-coordinate representation of color #FE2BD2: hue angle of 312.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BD2 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 210 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.00 |
| HSL | 312.51º | 0.99% | 0.58% | - |
| HSV(B) | 312.51º | 0.83% | 1% | - |
| XYZ | 53.37 | 27.45 | 63.46 | - |
| YUV | 125.13 | 175.9 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 210 | 0 | 0.83 | 0.17 | 0.00 | 312.51 | 0.99 | 0.58 |
| Hex | FE | 2B | D2 | 0 | 53 | 11 | 0 | 139 | 63 | 3A |
| Octal | 376 | 53 | 322 | 0 | 123 | 21 | 0 | 471 | 143 | 72 |
| Binary | 11111110 | 101011 | 11010010 | 0 | 1010011 | 10001 | 0 | 100111001 | 1100011 | 111010 |
Color Harmonies of #FE2BD2
Complementary color
Monochromatic Colors of #FE2BD2
Black with #FE2BD2
Text Example
Text Example
White with #FE2BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BD2; }
p { color: rgb(254,43,210); }
H1.HeaderClassName
{
color: #FE2BD2;
}
.AnyTagClassName
{
color: #FE2BD2;
}
</style>
background-color css
<style>
a { background-color: #FE2BD2; }
a { background-color: rgb(254,43,210); }
div.DivClassName
{
background-color: #FE2BD2;
}
.BgClassName
{
background-color: #FE2BD2;
}
</style>
border-color css
<style>
span { border-color: #FE2BD2; }
span { border-color: rgb(254,43,210); }
td.TdClassName
{
border-color: #FE2BD2;
}
.TagClassName
{
border-color: #FE2BD2;
}
</style>