Shades of Razzle Dazzle Rose #FE37BD
Tints of Razzle Dazzle Rose #FE37BD
RGB
CMYK
RGB Variations
Color information
#FE37BD (or 0xFE37BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and BD. RGB value is (254,55,189). Sum of RGB (Red+Green+Blue) = 254+55+189=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37BD is #01C842. Grayscale: #818181. Windows color (decimal): -116803 or 12400638. OLE color: 12400638.
HSL color Cylindrical-coordinate representation of color #FE37BD: hue angle of 319.6º 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 #FE37BD is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 189 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.00 |
| HSL | 319.6º | 0.99% | 0.61% | - |
| HSV(B) | 319.6º | 0.78% | 1% | - |
| XYZ | 51.42 | 27.48 | 50.74 | - |
| YUV | 129.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 189 | 0 | 0.78 | 0.26 | 0.00 | 319.6 | 0.99 | 0.61 |
| Hex | FE | 37 | BD | 0 | 4E | 1A | 0 | 140 | 63 | 3D |
| Octal | 376 | 67 | 275 | 0 | 116 | 32 | 0 | 500 | 143 | 75 |
| Binary | 11111110 | 110111 | 10111101 | 0 | 1001110 | 11010 | 0 | 101000000 | 1100011 | 111101 |
Color Harmonies of #FE37BD
Complementary color
Monochromatic Colors of #FE37BD
Black with #FE37BD
Text Example
Text Example
White with #FE37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37BD; }
p { color: rgb(254,55,189); }
H1.HeaderClassName
{
color: #FE37BD;
}
.AnyTagClassName
{
color: #FE37BD;
}
</style>
background-color css
<style>
a { background-color: #FE37BD; }
a { background-color: rgb(254,55,189); }
div.DivClassName
{
background-color: #FE37BD;
}
.BgClassName
{
background-color: #FE37BD;
}
</style>
border-color css
<style>
span { border-color: #FE37BD; }
span { border-color: rgb(254,55,189); }
td.TdClassName
{
border-color: #FE37BD;
}
.TagClassName
{
border-color: #FE37BD;
}
</style>