Shades of Razzle Dazzle Rose #FE37C4
Tints of Razzle Dazzle Rose #FE37C4
RGB
CMYK
RGB Variations
Color information
#FE37C4 (or 0xFE37C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and C4. RGB value is (254,55,196). Sum of RGB (Red+Green+Blue) = 254+55+196=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37C4 is #01C83B. Grayscale: #828282. Windows color (decimal): -116796 or 12859390. OLE color: 12859390.
HSL color Cylindrical-coordinate representation of color #FE37C4: hue angle of 317.49º 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 #FE37C4 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 196 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.00 |
| HSL | 317.49º | 0.99% | 0.61% | - |
| HSV(B) | 317.49º | 0.78% | 1% | - |
| XYZ | 52.2 | 27.79 | 54.84 | - |
| YUV | 130.58 | 164.93 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 196 | 0 | 0.78 | 0.23 | 0.00 | 317.49 | 0.99 | 0.61 |
| Hex | FE | 37 | C4 | 0 | 4E | 17 | 0 | 13D | 63 | 3D |
| Octal | 376 | 67 | 304 | 0 | 116 | 27 | 0 | 475 | 143 | 75 |
| Binary | 11111110 | 110111 | 11000100 | 0 | 1001110 | 10111 | 0 | 100111101 | 1100011 | 111101 |
Color Harmonies of #FE37C4
Complementary color
Monochromatic Colors of #FE37C4
Black with #FE37C4
Text Example
Text Example
White with #FE37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37C4; }
p { color: rgb(254,55,196); }
H1.HeaderClassName
{
color: #FE37C4;
}
.AnyTagClassName
{
color: #FE37C4;
}
</style>
background-color css
<style>
a { background-color: #FE37C4; }
a { background-color: rgb(254,55,196); }
div.DivClassName
{
background-color: #FE37C4;
}
.BgClassName
{
background-color: #FE37C4;
}
</style>
border-color css
<style>
span { border-color: #FE37C4; }
span { border-color: rgb(254,55,196); }
td.TdClassName
{
border-color: #FE37C4;
}
.TagClassName
{
border-color: #FE37C4;
}
</style>