Shades of Razzle Dazzle Rose #FE3FE8
Tints of Razzle Dazzle Rose #FE3FE8
RGB
CMYK
RGB Variations
Color information
#FE3FE8 (or 0xFE3FE8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and E8. RGB value is (254,63,232). Sum of RGB (Red+Green+Blue) = 254+63+232=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 63 (25% from 255 or 11.48% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3FE8 is #01C017. Grayscale: #8A8A8A. Windows color (decimal): -114712 or 15220734. OLE color: 15220734.
HSL color Cylindrical-coordinate representation of color #FE3FE8: hue angle of 306.91º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FE8 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 232 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.00 |
| HSL | 306.91º | 0.99% | 0.62% | - |
| HSV(B) | 306.91º | 0.75% | 1% | - |
| XYZ | 57.22 | 30.45 | 79.21 | - |
| YUV | 139.38 | 180.28 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 232 | 0 | 0.75 | 0.09 | 0.00 | 306.91 | 0.99 | 0.62 |
| Hex | FE | 3F | E8 | 0 | 4B | 9 | 0 | 133 | 63 | 3E |
| Octal | 376 | 77 | 350 | 0 | 113 | 11 | 0 | 463 | 143 | 76 |
| Binary | 11111110 | 111111 | 11101000 | 0 | 1001011 | 1001 | 0 | 100110011 | 1100011 | 111110 |
Color Harmonies of #FE3FE8
Complementary color
Monochromatic Colors of #FE3FE8
Black with #FE3FE8
Text Example
Text Example
White with #FE3FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FE8; }
p { color: rgb(254,63,232); }
H1.HeaderClassName
{
color: #FE3FE8;
}
.AnyTagClassName
{
color: #FE3FE8;
}
</style>
background-color css
<style>
a { background-color: #FE3FE8; }
a { background-color: rgb(254,63,232); }
div.DivClassName
{
background-color: #FE3FE8;
}
.BgClassName
{
background-color: #FE3FE8;
}
</style>
border-color css
<style>
span { border-color: #FE3FE8; }
span { border-color: rgb(254,63,232); }
td.TdClassName
{
border-color: #FE3FE8;
}
.TagClassName
{
border-color: #FE3FE8;
}
</style>