Shades of Razzle Dazzle Rose #FE3FE5
Tints of Razzle Dazzle Rose #FE3FE5
RGB
CMYK
RGB Variations
Color information
#FE3FE5 (or 0xFE3FE5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and E5. RGB value is (254,63,229). Sum of RGB (Red+Green+Blue) = 254+63+229=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 63 (25% from 255 or 11.54% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FE5 is #01C01A. Grayscale: #8A8A8A. Windows color (decimal): -114715 or 15024126. OLE color: 15024126.
HSL color Cylindrical-coordinate representation of color #FE3FE5: hue angle of 307.85º 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 #FE3FE5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 229 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.00 |
| HSL | 307.85º | 0.99% | 0.62% | - |
| HSV(B) | 307.85º | 0.75% | 1% | - |
| XYZ | 56.79 | 30.28 | 76.98 | - |
| YUV | 139.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 229 | 0 | 0.75 | 0.10 | 0.00 | 307.85 | 0.99 | 0.62 |
| Hex | FE | 3F | E5 | 0 | 4B | A | 0 | 134 | 63 | 3E |
| Octal | 376 | 77 | 345 | 0 | 113 | 12 | 0 | 464 | 143 | 76 |
| Binary | 11111110 | 111111 | 11100101 | 0 | 1001011 | 1010 | 0 | 100110100 | 1100011 | 111110 |
Color Harmonies of #FE3FE5
Complementary color
Monochromatic Colors of #FE3FE5
Black with #FE3FE5
Text Example
Text Example
White with #FE3FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FE5; }
p { color: rgb(254,63,229); }
H1.HeaderClassName
{
color: #FE3FE5;
}
.AnyTagClassName
{
color: #FE3FE5;
}
</style>
background-color css
<style>
a { background-color: #FE3FE5; }
a { background-color: rgb(254,63,229); }
div.DivClassName
{
background-color: #FE3FE5;
}
.BgClassName
{
background-color: #FE3FE5;
}
</style>
border-color css
<style>
span { border-color: #FE3FE5; }
span { border-color: rgb(254,63,229); }
td.TdClassName
{
border-color: #FE3FE5;
}
.TagClassName
{
border-color: #FE3FE5;
}
</style>