Shades of Razzle Dazzle Rose #FE31CB
Tints of Razzle Dazzle Rose #FE31CB
RGB
CMYK
RGB Variations
Color information
#FE31CB (or 0xFE31CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and CB. RGB value is (254,49,203). Sum of RGB (Red+Green+Blue) = 254+49+203=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31CB is #01CE34. Grayscale: #7F7F7F. Windows color (decimal): -118325 or 13316606. OLE color: 13316606.
HSL color Cylindrical-coordinate representation of color #FE31CB: hue angle of 314.93º 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 #FE31CB is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 203 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.00 |
| HSL | 314.93º | 0.99% | 0.59% | - |
| HSV(B) | 314.93º | 0.81% | 1% | - |
| XYZ | 52.75 | 27.58 | 59.04 | - |
| YUV | 127.85 | 170.42 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 203 | 0 | 0.81 | 0.20 | 0.00 | 314.93 | 0.99 | 0.59 |
| Hex | FE | 31 | CB | 0 | 51 | 14 | 0 | 13B | 63 | 3B |
| Octal | 376 | 61 | 313 | 0 | 121 | 24 | 0 | 473 | 143 | 73 |
| Binary | 11111110 | 110001 | 11001011 | 0 | 1010001 | 10100 | 0 | 100111011 | 1100011 | 111011 |
Color Harmonies of #FE31CB
Complementary color
Monochromatic Colors of #FE31CB
Black with #FE31CB
Text Example
Text Example
White with #FE31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31CB; }
p { color: rgb(254,49,203); }
H1.HeaderClassName
{
color: #FE31CB;
}
.AnyTagClassName
{
color: #FE31CB;
}
</style>
background-color css
<style>
a { background-color: #FE31CB; }
a { background-color: rgb(254,49,203); }
div.DivClassName
{
background-color: #FE31CB;
}
.BgClassName
{
background-color: #FE31CB;
}
</style>
border-color css
<style>
span { border-color: #FE31CB; }
span { border-color: rgb(254,49,203); }
td.TdClassName
{
border-color: #FE31CB;
}
.TagClassName
{
border-color: #FE31CB;
}
</style>