Shades of Razzle Dazzle Rose #FE38C0
Tints of Razzle Dazzle Rose #FE38C0
RGB
CMYK
RGB Variations
Color information
#FE38C0 (or 0xFE38C0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and C0. RGB value is (254,56,192). Sum of RGB (Red+Green+Blue) = 254+56+192=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38C0 is #01C73F. Grayscale: #828282. Windows color (decimal): -116544 or 12597502. OLE color: 12597502.
HSL color Cylindrical-coordinate representation of color #FE38C0: hue angle of 318.79º 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 #FE38C0 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 192 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.00 |
| HSL | 318.79º | 0.99% | 0.61% | - |
| HSV(B) | 318.79º | 0.78% | 1% | - |
| XYZ | 51.8 | 27.7 | 52.49 | - |
| YUV | 130.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 192 | 0 | 0.78 | 0.24 | 0.00 | 318.79 | 0.99 | 0.61 |
| Hex | FE | 38 | C0 | 0 | 4E | 18 | 0 | 13F | 63 | 3D |
| Octal | 376 | 70 | 300 | 0 | 116 | 30 | 0 | 477 | 143 | 75 |
| Binary | 11111110 | 111000 | 11000000 | 0 | 1001110 | 11000 | 0 | 100111111 | 1100011 | 111101 |
Color Harmonies of #FE38C0
Complementary color
Monochromatic Colors of #FE38C0
Black with #FE38C0
Text Example
Text Example
White with #FE38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38C0; }
p { color: rgb(254,56,192); }
H1.HeaderClassName
{
color: #FE38C0;
}
.AnyTagClassName
{
color: #FE38C0;
}
</style>
background-color css
<style>
a { background-color: #FE38C0; }
a { background-color: rgb(254,56,192); }
div.DivClassName
{
background-color: #FE38C0;
}
.BgClassName
{
background-color: #FE38C0;
}
</style>
border-color css
<style>
span { border-color: #FE38C0; }
span { border-color: rgb(254,56,192); }
td.TdClassName
{
border-color: #FE38C0;
}
.TagClassName
{
border-color: #FE38C0;
}
</style>