Shades of Razzle Dazzle Rose #FE2BC7
Tints of Razzle Dazzle Rose #FE2BC7
RGB
CMYK
RGB Variations
Color information
#FE2BC7 (or 0xFE2BC7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and C7. RGB value is (254,43,199). Sum of RGB (Red+Green+Blue) = 254+43+199=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BC7 is #01D438. Grayscale: #7B7B7B. Windows color (decimal): -119865 or 13052926. OLE color: 13052926.
HSL color Cylindrical-coordinate representation of color #FE2BC7: hue angle of 315.64º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BC7 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 199 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.00 |
| HSL | 315.64º | 0.99% | 0.58% | - |
| HSV(B) | 315.64º | 0.83% | 1% | - |
| XYZ | 52.05 | 26.92 | 56.49 | - |
| YUV | 123.87 | 170.4 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 199 | 0 | 0.83 | 0.22 | 0.00 | 315.64 | 0.99 | 0.58 |
| Hex | FE | 2B | C7 | 0 | 53 | 16 | 0 | 13C | 63 | 3A |
| Octal | 376 | 53 | 307 | 0 | 123 | 26 | 0 | 474 | 143 | 72 |
| Binary | 11111110 | 101011 | 11000111 | 0 | 1010011 | 10110 | 0 | 100111100 | 1100011 | 111010 |
Color Harmonies of #FE2BC7
Complementary color
Monochromatic Colors of #FE2BC7
Black with #FE2BC7
Text Example
Text Example
White with #FE2BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BC7; }
p { color: rgb(254,43,199); }
H1.HeaderClassName
{
color: #FE2BC7;
}
.AnyTagClassName
{
color: #FE2BC7;
}
</style>
background-color css
<style>
a { background-color: #FE2BC7; }
a { background-color: rgb(254,43,199); }
div.DivClassName
{
background-color: #FE2BC7;
}
.BgClassName
{
background-color: #FE2BC7;
}
</style>
border-color css
<style>
span { border-color: #FE2BC7; }
span { border-color: rgb(254,43,199); }
td.TdClassName
{
border-color: #FE2BC7;
}
.TagClassName
{
border-color: #FE2BC7;
}
</style>