Shades of Razzle Dazzle Rose #FE38CA
Tints of Razzle Dazzle Rose #FE38CA
RGB
CMYK
RGB Variations
Color information
#FE38CA (or 0xFE38CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and CA. RGB value is (254,56,202). Sum of RGB (Red+Green+Blue) = 254+56+202=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38CA is #01C735. Grayscale: #838383. Windows color (decimal): -116534 or 13252862. OLE color: 13252862.
HSL color Cylindrical-coordinate representation of color #FE38CA: hue angle of 315.76º 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 #FE38CA is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 202 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.00 |
| HSL | 315.76º | 0.99% | 0.61% | - |
| HSV(B) | 315.76º | 0.78% | 1% | - |
| XYZ | 52.95 | 28.16 | 58.52 | - |
| YUV | 131.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 202 | 0 | 0.78 | 0.20 | 0.00 | 315.76 | 0.99 | 0.61 |
| Hex | FE | 38 | CA | 0 | 4E | 14 | 0 | 13C | 63 | 3D |
| Octal | 376 | 70 | 312 | 0 | 116 | 24 | 0 | 474 | 143 | 75 |
| Binary | 11111110 | 111000 | 11001010 | 0 | 1001110 | 10100 | 0 | 100111100 | 1100011 | 111101 |
Color Harmonies of #FE38CA
Complementary color
Monochromatic Colors of #FE38CA
Black with #FE38CA
Text Example
Text Example
White with #FE38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38CA; }
p { color: rgb(254,56,202); }
H1.HeaderClassName
{
color: #FE38CA;
}
.AnyTagClassName
{
color: #FE38CA;
}
</style>
background-color css
<style>
a { background-color: #FE38CA; }
a { background-color: rgb(254,56,202); }
div.DivClassName
{
background-color: #FE38CA;
}
.BgClassName
{
background-color: #FE38CA;
}
</style>
border-color css
<style>
span { border-color: #FE38CA; }
span { border-color: rgb(254,56,202); }
td.TdClassName
{
border-color: #FE38CA;
}
.TagClassName
{
border-color: #FE38CA;
}
</style>