Shades of Razzle Dazzle Rose #FE37CF
Tints of Razzle Dazzle Rose #FE37CF
RGB
CMYK
RGB Variations
Color information
#FE37CF (or 0xFE37CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and CF. RGB value is (254,55,207). Sum of RGB (Red+Green+Blue) = 254+55+207=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37CF is #01C830. Grayscale: #838383. Windows color (decimal): -116785 or 13580286. OLE color: 13580286.
HSL color Cylindrical-coordinate representation of color #FE37CF: hue angle of 314.17º 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 #FE37CF is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 207 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.00 |
| HSL | 314.17º | 0.99% | 0.61% | - |
| HSV(B) | 314.17º | 0.78% | 1% | - |
| XYZ | 53.5 | 28.31 | 61.68 | - |
| YUV | 131.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 207 | 0 | 0.78 | 0.19 | 0.00 | 314.17 | 0.99 | 0.61 |
| Hex | FE | 37 | CF | 0 | 4E | 13 | 0 | 13A | 63 | 3D |
| Octal | 376 | 67 | 317 | 0 | 116 | 23 | 0 | 472 | 143 | 75 |
| Binary | 11111110 | 110111 | 11001111 | 0 | 1001110 | 10011 | 0 | 100111010 | 1100011 | 111101 |
Color Harmonies of #FE37CF
Complementary color
Monochromatic Colors of #FE37CF
Black with #FE37CF
Text Example
Text Example
White with #FE37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37CF; }
p { color: rgb(254,55,207); }
H1.HeaderClassName
{
color: #FE37CF;
}
.AnyTagClassName
{
color: #FE37CF;
}
</style>
background-color css
<style>
a { background-color: #FE37CF; }
a { background-color: rgb(254,55,207); }
div.DivClassName
{
background-color: #FE37CF;
}
.BgClassName
{
background-color: #FE37CF;
}
</style>
border-color css
<style>
span { border-color: #FE37CF; }
span { border-color: rgb(254,55,207); }
td.TdClassName
{
border-color: #FE37CF;
}
.TagClassName
{
border-color: #FE37CF;
}
</style>