Shades of Razzle Dazzle Rose #FE3FEE
Tints of Razzle Dazzle Rose #FE3FEE
RGB
CMYK
RGB Variations
Color information
#FE3FEE (or 0xFE3FEE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and EE. RGB value is (254,63,238). Sum of RGB (Red+Green+Blue) = 254+63+238=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3FEE is #01C011. Grayscale: #8B8B8B. Windows color (decimal): -114706 or 15613950. OLE color: 15613950.
HSL color Cylindrical-coordinate representation of color #FE3FEE: hue angle of 305.03º 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 #FE3FEE is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 238 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.00 |
| HSL | 305.03º | 0.99% | 0.62% | - |
| HSV(B) | 305.03º | 0.75% | 1% | - |
| XYZ | 58.08 | 30.8 | 83.77 | - |
| YUV | 140.06 | 183.28 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 238 | 0 | 0.75 | 0.06 | 0.00 | 305.03 | 0.99 | 0.62 |
| Hex | FE | 3F | EE | 0 | 4B | 6 | 0 | 131 | 63 | 3E |
| Octal | 376 | 77 | 356 | 0 | 113 | 6 | 0 | 461 | 143 | 76 |
| Binary | 11111110 | 111111 | 11101110 | 0 | 1001011 | 110 | 0 | 100110001 | 1100011 | 111110 |
Color Harmonies of #FE3FEE
Complementary color
Monochromatic Colors of #FE3FEE
Black with #FE3FEE
Text Example
Text Example
White with #FE3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FEE; }
p { color: rgb(254,63,238); }
H1.HeaderClassName
{
color: #FE3FEE;
}
.AnyTagClassName
{
color: #FE3FEE;
}
</style>
background-color css
<style>
a { background-color: #FE3FEE; }
a { background-color: rgb(254,63,238); }
div.DivClassName
{
background-color: #FE3FEE;
}
.BgClassName
{
background-color: #FE3FEE;
}
</style>
border-color css
<style>
span { border-color: #FE3FEE; }
span { border-color: rgb(254,63,238); }
td.TdClassName
{
border-color: #FE3FEE;
}
.TagClassName
{
border-color: #FE3FEE;
}
</style>