Shades of Razzle Dazzle Rose #FE37C7
Tints of Razzle Dazzle Rose #FE37C7
RGB
CMYK
RGB Variations
Color information
#FE37C7 (or 0xFE37C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and C7. RGB value is (254,55,199). Sum of RGB (Red+Green+Blue) = 254+55+199=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37C7 is #01C838. Grayscale: #828282. Windows color (decimal): -116793 or 13055998. OLE color: 13055998.
HSL color Cylindrical-coordinate representation of color #FE37C7: hue angle of 316.58º 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 #FE37C7 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 199 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.00 |
| HSL | 316.58º | 0.99% | 0.61% | - |
| HSV(B) | 316.58º | 0.78% | 1% | - |
| XYZ | 52.55 | 27.93 | 56.65 | - |
| YUV | 130.92 | 166.43 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 199 | 0 | 0.78 | 0.22 | 0.00 | 316.58 | 0.99 | 0.61 |
| Hex | FE | 37 | C7 | 0 | 4E | 16 | 0 | 13D | 63 | 3D |
| Octal | 376 | 67 | 307 | 0 | 116 | 26 | 0 | 475 | 143 | 75 |
| Binary | 11111110 | 110111 | 11000111 | 0 | 1001110 | 10110 | 0 | 100111101 | 1100011 | 111101 |
Color Harmonies of #FE37C7
Complementary color
Monochromatic Colors of #FE37C7
Black with #FE37C7
Text Example
Text Example
White with #FE37C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37C7; }
p { color: rgb(254,55,199); }
H1.HeaderClassName
{
color: #FE37C7;
}
.AnyTagClassName
{
color: #FE37C7;
}
</style>
background-color css
<style>
a { background-color: #FE37C7; }
a { background-color: rgb(254,55,199); }
div.DivClassName
{
background-color: #FE37C7;
}
.BgClassName
{
background-color: #FE37C7;
}
</style>
border-color css
<style>
span { border-color: #FE37C7; }
span { border-color: rgb(254,55,199); }
td.TdClassName
{
border-color: #FE37C7;
}
.TagClassName
{
border-color: #FE37C7;
}
</style>