Shades of Razzle Dazzle Rose #FE2ACB
Tints of Razzle Dazzle Rose #FE2ACB
RGB
CMYK
RGB Variations
Color information
#FE2ACB (or 0xFE2ACB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and CB. RGB value is (254,42,203). Sum of RGB (Red+Green+Blue) = 254+42+203=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ACB is #01D534. Grayscale: #7B7B7B. Windows color (decimal): -120117 or 13314814. OLE color: 13314814.
HSL color Cylindrical-coordinate representation of color #FE2ACB: hue angle of 314.43º 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 #FE2ACB is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 203 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.00 |
| HSL | 314.43º | 0.99% | 0.58% | - |
| HSV(B) | 314.43º | 0.83% | 1% | - |
| XYZ | 52.48 | 27.04 | 58.95 | - |
| YUV | 123.74 | 172.74 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 203 | 0 | 0.83 | 0.20 | 0.00 | 314.43 | 0.99 | 0.58 |
| Hex | FE | 2A | CB | 0 | 53 | 14 | 0 | 13A | 63 | 3A |
| Octal | 376 | 52 | 313 | 0 | 123 | 24 | 0 | 472 | 143 | 72 |
| Binary | 11111110 | 101010 | 11001011 | 0 | 1010011 | 10100 | 0 | 100111010 | 1100011 | 111010 |
Color Harmonies of #FE2ACB
Complementary color
Monochromatic Colors of #FE2ACB
Black with #FE2ACB
Text Example
Text Example
White with #FE2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ACB; }
p { color: rgb(254,42,203); }
H1.HeaderClassName
{
color: #FE2ACB;
}
.AnyTagClassName
{
color: #FE2ACB;
}
</style>
background-color css
<style>
a { background-color: #FE2ACB; }
a { background-color: rgb(254,42,203); }
div.DivClassName
{
background-color: #FE2ACB;
}
.BgClassName
{
background-color: #FE2ACB;
}
</style>
border-color css
<style>
span { border-color: #FE2ACB; }
span { border-color: rgb(254,42,203); }
td.TdClassName
{
border-color: #FE2ACB;
}
.TagClassName
{
border-color: #FE2ACB;
}
</style>