Shades of Razzle Dazzle Rose #FE32BF
Tints of Razzle Dazzle Rose #FE32BF
RGB
CMYK
RGB Variations
Color information
#FE32BF (or 0xFE32BF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and BF. RGB value is (254,50,191). Sum of RGB (Red+Green+Blue) = 254+50+191=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32BF is #01CD40. Grayscale: #7E7E7E. Windows color (decimal): -118081 or 12530430. OLE color: 12530430.
HSL color Cylindrical-coordinate representation of color #FE32BF: hue angle of 318.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32BF is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 191 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.00 |
| HSL | 318.53º | 0.99% | 0.6% | - |
| HSV(B) | 318.53º | 0.8% | 1% | - |
| XYZ | 51.42 | 27.11 | 51.81 | - |
| YUV | 127.07 | 164.09 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 191 | 0 | 0.80 | 0.25 | 0.00 | 318.53 | 0.99 | 0.6 |
| Hex | FE | 32 | BF | 0 | 50 | 19 | 0 | 13F | 63 | 3C |
| Octal | 376 | 62 | 277 | 0 | 120 | 31 | 0 | 477 | 143 | 74 |
| Binary | 11111110 | 110010 | 10111111 | 0 | 1010000 | 11001 | 0 | 100111111 | 1100011 | 111100 |
Color Harmonies of #FE32BF
Complementary color
Monochromatic Colors of #FE32BF
Black with #FE32BF
Text Example
Text Example
White with #FE32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32BF; }
p { color: rgb(254,50,191); }
H1.HeaderClassName
{
color: #FE32BF;
}
.AnyTagClassName
{
color: #FE32BF;
}
</style>
background-color css
<style>
a { background-color: #FE32BF; }
a { background-color: rgb(254,50,191); }
div.DivClassName
{
background-color: #FE32BF;
}
.BgClassName
{
background-color: #FE32BF;
}
</style>
border-color css
<style>
span { border-color: #FE32BF; }
span { border-color: rgb(254,50,191); }
td.TdClassName
{
border-color: #FE32BF;
}
.TagClassName
{
border-color: #FE32BF;
}
</style>