Shades of Razzle Dazzle Rose #FE31BC
Tints of Razzle Dazzle Rose #FE31BC
RGB
CMYK
RGB Variations
Color information
#FE31BC (or 0xFE31BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and BC. RGB value is (254,49,188). Sum of RGB (Red+Green+Blue) = 254+49+188=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31BC is #01CE43. Grayscale: #7D7D7D. Windows color (decimal): -118340 or 12333566. OLE color: 12333566.
HSL color Cylindrical-coordinate representation of color #FE31BC: hue angle of 319.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE31BC is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 188 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.00 |
| HSL | 319.32º | 0.99% | 0.59% | - |
| HSV(B) | 319.32º | 0.81% | 1% | - |
| XYZ | 51.05 | 26.9 | 50.08 | - |
| YUV | 126.14 | 162.92 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 188 | 0 | 0.81 | 0.26 | 0.00 | 319.32 | 0.99 | 0.59 |
| Hex | FE | 31 | BC | 0 | 51 | 1A | 0 | 13F | 63 | 3B |
| Octal | 376 | 61 | 274 | 0 | 121 | 32 | 0 | 477 | 143 | 73 |
| Binary | 11111110 | 110001 | 10111100 | 0 | 1010001 | 11010 | 0 | 100111111 | 1100011 | 111011 |
Color Harmonies of #FE31BC
Complementary color
Monochromatic Colors of #FE31BC
Black with #FE31BC
Text Example
Text Example
White with #FE31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31BC; }
p { color: rgb(254,49,188); }
H1.HeaderClassName
{
color: #FE31BC;
}
.AnyTagClassName
{
color: #FE31BC;
}
</style>
background-color css
<style>
a { background-color: #FE31BC; }
a { background-color: rgb(254,49,188); }
div.DivClassName
{
background-color: #FE31BC;
}
.BgClassName
{
background-color: #FE31BC;
}
</style>
border-color css
<style>
span { border-color: #FE31BC; }
span { border-color: rgb(254,49,188); }
td.TdClassName
{
border-color: #FE31BC;
}
.TagClassName
{
border-color: #FE31BC;
}
</style>