Shades of Razzle Dazzle Rose #FE38CE
Tints of Razzle Dazzle Rose #FE38CE
RGB
CMYK
RGB Variations
Color information
#FE38CE (or 0xFE38CE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and CE. RGB value is (254,56,206). Sum of RGB (Red+Green+Blue) = 254+56+206=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38CE is #01C731. Grayscale: #838383. Windows color (decimal): -116530 or 13515006. OLE color: 13515006.
HSL color Cylindrical-coordinate representation of color #FE38CE: hue angle of 314.55º 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 #FE38CE is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 206 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.00 |
| HSL | 314.55º | 0.99% | 0.61% | - |
| HSV(B) | 314.55º | 0.78% | 1% | - |
| XYZ | 53.43 | 28.36 | 61.05 | - |
| YUV | 132.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 206 | 0 | 0.78 | 0.19 | 0.00 | 314.55 | 0.99 | 0.61 |
| Hex | FE | 38 | CE | 0 | 4E | 13 | 0 | 13B | 63 | 3D |
| Octal | 376 | 70 | 316 | 0 | 116 | 23 | 0 | 473 | 143 | 75 |
| Binary | 11111110 | 111000 | 11001110 | 0 | 1001110 | 10011 | 0 | 100111011 | 1100011 | 111101 |
Color Harmonies of #FE38CE
Complementary color
Monochromatic Colors of #FE38CE
Black with #FE38CE
Text Example
Text Example
White with #FE38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38CE; }
p { color: rgb(254,56,206); }
H1.HeaderClassName
{
color: #FE38CE;
}
.AnyTagClassName
{
color: #FE38CE;
}
</style>
background-color css
<style>
a { background-color: #FE38CE; }
a { background-color: rgb(254,56,206); }
div.DivClassName
{
background-color: #FE38CE;
}
.BgClassName
{
background-color: #FE38CE;
}
</style>
border-color css
<style>
span { border-color: #FE38CE; }
span { border-color: rgb(254,56,206); }
td.TdClassName
{
border-color: #FE38CE;
}
.TagClassName
{
border-color: #FE38CE;
}
</style>