Shades of Razzle Dazzle Rose #FE22C5
Tints of Razzle Dazzle Rose #FE22C5
RGB
CMYK
RGB Variations
Color information
#FE22C5 (or 0xFE22C5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 22 and C5. RGB value is (254,34,197). Sum of RGB (Red+Green+Blue) = 254+34+197=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE22C5 is #01DD3A. Grayscale: #757575. Windows color (decimal): -122171 or 12919550. OLE color: 12919550.
HSL color Cylindrical-coordinate representation of color #FE22C5: hue angle of 315.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE22C5 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 197 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.00 |
| HSL | 315.55º | 0.99% | 0.56% | - |
| HSV(B) | 315.55º | 0.87% | 1% | - |
| XYZ | 51.52 | 26.25 | 55.17 | - |
| YUV | 118.36 | 172.39 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 197 | 0 | 0.87 | 0.22 | 0.00 | 315.55 | 0.99 | 0.56 |
| Hex | FE | 22 | C5 | 0 | 57 | 16 | 0 | 13C | 63 | 38 |
| Octal | 376 | 42 | 305 | 0 | 127 | 26 | 0 | 474 | 143 | 70 |
| Binary | 11111110 | 100010 | 11000101 | 0 | 1010111 | 10110 | 0 | 100111100 | 1100011 | 111000 |
Color Harmonies of #FE22C5
Complementary color
Monochromatic Colors of #FE22C5
Black with #FE22C5
Text Example
Text Example
White with #FE22C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22C5; }
p { color: rgb(254,34,197); }
H1.HeaderClassName
{
color: #FE22C5;
}
.AnyTagClassName
{
color: #FE22C5;
}
</style>
background-color css
<style>
a { background-color: #FE22C5; }
a { background-color: rgb(254,34,197); }
div.DivClassName
{
background-color: #FE22C5;
}
.BgClassName
{
background-color: #FE22C5;
}
</style>
border-color css
<style>
span { border-color: #FE22C5; }
span { border-color: rgb(254,34,197); }
td.TdClassName
{
border-color: #FE22C5;
}
.TagClassName
{
border-color: #FE22C5;
}
</style>