Shades of Razzle Dazzle Rose #FE38C7
Tints of Razzle Dazzle Rose #FE38C7
RGB
CMYK
RGB Variations
Color information
#FE38C7 (or 0xFE38C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and C7. RGB value is (254,56,199). Sum of RGB (Red+Green+Blue) = 254+56+199=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38C7 is #01C738. Grayscale: #838383. Windows color (decimal): -116537 or 13056254. OLE color: 13056254.
HSL color Cylindrical-coordinate representation of color #FE38C7: hue angle of 316.67º 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 #FE38C7 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 199 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.00 |
| HSL | 316.67º | 0.99% | 0.61% | - |
| HSV(B) | 316.67º | 0.78% | 1% | - |
| XYZ | 52.6 | 28.02 | 56.67 | - |
| YUV | 131.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 199 | 0 | 0.78 | 0.22 | 0.00 | 316.67 | 0.99 | 0.61 |
| Hex | FE | 38 | C7 | 0 | 4E | 16 | 0 | 13D | 63 | 3D |
| Octal | 376 | 70 | 307 | 0 | 116 | 26 | 0 | 475 | 143 | 75 |
| Binary | 11111110 | 111000 | 11000111 | 0 | 1001110 | 10110 | 0 | 100111101 | 1100011 | 111101 |
Color Harmonies of #FE38C7
Complementary color
Monochromatic Colors of #FE38C7
Black with #FE38C7
Text Example
Text Example
White with #FE38C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38C7; }
p { color: rgb(254,56,199); }
H1.HeaderClassName
{
color: #FE38C7;
}
.AnyTagClassName
{
color: #FE38C7;
}
</style>
background-color css
<style>
a { background-color: #FE38C7; }
a { background-color: rgb(254,56,199); }
div.DivClassName
{
background-color: #FE38C7;
}
.BgClassName
{
background-color: #FE38C7;
}
</style>
border-color css
<style>
span { border-color: #FE38C7; }
span { border-color: rgb(254,56,199); }
td.TdClassName
{
border-color: #FE38C7;
}
.TagClassName
{
border-color: #FE38C7;
}
</style>