Shades of Razzle Dazzle Rose #FE37BF
Tints of Razzle Dazzle Rose #FE37BF
RGB
CMYK
RGB Variations
Color information
#FE37BF (or 0xFE37BF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and BF. RGB value is (254,55,191). Sum of RGB (Red+Green+Blue) = 254+55+191=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37BF is #01C840. Grayscale: #818181. Windows color (decimal): -116801 or 12531710. OLE color: 12531710.
HSL color Cylindrical-coordinate representation of color #FE37BF: hue angle of 318.99º 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 #FE37BF is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 191 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.00 |
| HSL | 319º | 0.99% | 0.61% | - |
| HSV(B) | 319º | 0.78% | 1% | - |
| XYZ | 51.64 | 27.56 | 51.89 | - |
| YUV | 130.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 191 | 0 | 0.78 | 0.25 | 0.00 | 319 | 0.99 | 0.61 |
| Hex | FE | 37 | BF | 0 | 4E | 19 | 0 | 13F | 63 | 3D |
| Octal | 376 | 67 | 277 | 0 | 116 | 31 | 0 | 477 | 143 | 75 |
| Binary | 11111110 | 110111 | 10111111 | 0 | 1001110 | 11001 | 0 | 100111111 | 1100011 | 111101 |
Color Harmonies of #FE37BF
Complementary color
Monochromatic Colors of #FE37BF
Black with #FE37BF
Text Example
Text Example
White with #FE37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37BF; }
p { color: rgb(254,55,191); }
H1.HeaderClassName
{
color: #FE37BF;
}
.AnyTagClassName
{
color: #FE37BF;
}
</style>
background-color css
<style>
a { background-color: #FE37BF; }
a { background-color: rgb(254,55,191); }
div.DivClassName
{
background-color: #FE37BF;
}
.BgClassName
{
background-color: #FE37BF;
}
</style>
border-color css
<style>
span { border-color: #FE37BF; }
span { border-color: rgb(254,55,191); }
td.TdClassName
{
border-color: #FE37BF;
}
.TagClassName
{
border-color: #FE37BF;
}
</style>