Shades of Razzle Dazzle Rose #FE3ACB
Tints of Razzle Dazzle Rose #FE3ACB
RGB
CMYK
RGB Variations
Color information
#FE3ACB (or 0xFE3ACB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3A and CB. RGB value is (254,58,203). Sum of RGB (Red+Green+Blue) = 254+58+203=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ACB is #01C534. Grayscale: #848484. Windows color (decimal): -116021 or 13318910. OLE color: 13318910.
HSL color Cylindrical-coordinate representation of color #FE3ACB: hue angle of 315.61º 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 #FE3ACB is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 203 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.00 |
| HSL | 315.61º | 0.99% | 0.61% | - |
| HSV(B) | 315.61º | 0.77% | 1% | - |
| XYZ | 53.17 | 28.41 | 59.18 | - |
| YUV | 133.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 203 | 0 | 0.77 | 0.20 | 0.00 | 315.61 | 0.99 | 0.61 |
| Hex | FE | 3A | CB | 0 | 4D | 14 | 0 | 13C | 63 | 3D |
| Octal | 376 | 72 | 313 | 0 | 115 | 24 | 0 | 474 | 143 | 75 |
| Binary | 11111110 | 111010 | 11001011 | 0 | 1001101 | 10100 | 0 | 100111100 | 1100011 | 111101 |
Color Harmonies of #FE3ACB
Complementary color
Monochromatic Colors of #FE3ACB
Black with #FE3ACB
Text Example
Text Example
White with #FE3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ACB; }
p { color: rgb(254,58,203); }
H1.HeaderClassName
{
color: #FE3ACB;
}
.AnyTagClassName
{
color: #FE3ACB;
}
</style>
background-color css
<style>
a { background-color: #FE3ACB; }
a { background-color: rgb(254,58,203); }
div.DivClassName
{
background-color: #FE3ACB;
}
.BgClassName
{
background-color: #FE3ACB;
}
</style>
border-color css
<style>
span { border-color: #FE3ACB; }
span { border-color: rgb(254,58,203); }
td.TdClassName
{
border-color: #FE3ACB;
}
.TagClassName
{
border-color: #FE3ACB;
}
</style>