Shades of Razzle Dazzle Rose #FE37BC
Tints of Razzle Dazzle Rose #FE37BC
RGB
CMYK
RGB Variations
Color information
#FE37BC (or 0xFE37BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and BC. RGB value is (254,55,188). Sum of RGB (Red+Green+Blue) = 254+55+188=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37BC is #01C843. Grayscale: #818181. Windows color (decimal): -116804 or 12335102. OLE color: 12335102.
HSL color Cylindrical-coordinate representation of color #FE37BC: hue angle of 319.9º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE37BC is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 188 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.00 |
| HSL | 319.9º | 0.99% | 0.61% | - |
| HSV(B) | 319.9º | 0.78% | 1% | - |
| XYZ | 51.32 | 27.43 | 50.17 | - |
| YUV | 129.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 188 | 0 | 0.78 | 0.26 | 0.00 | 319.9 | 0.99 | 0.61 |
| Hex | FE | 37 | BC | 0 | 4E | 1A | 0 | 140 | 63 | 3D |
| Octal | 376 | 67 | 274 | 0 | 116 | 32 | 0 | 500 | 143 | 75 |
| Binary | 11111110 | 110111 | 10111100 | 0 | 1001110 | 11010 | 0 | 101000000 | 1100011 | 111101 |
Color Harmonies of #FE37BC
Complementary color
Monochromatic Colors of #FE37BC
Black with #FE37BC
Text Example
Text Example
White with #FE37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37BC; }
p { color: rgb(254,55,188); }
H1.HeaderClassName
{
color: #FE37BC;
}
.AnyTagClassName
{
color: #FE37BC;
}
</style>
background-color css
<style>
a { background-color: #FE37BC; }
a { background-color: rgb(254,55,188); }
div.DivClassName
{
background-color: #FE37BC;
}
.BgClassName
{
background-color: #FE37BC;
}
</style>
border-color css
<style>
span { border-color: #FE37BC; }
span { border-color: rgb(254,55,188); }
td.TdClassName
{
border-color: #FE37BC;
}
.TagClassName
{
border-color: #FE37BC;
}
</style>