Shades of Razzle Dazzle Rose #FE22D1
Tints of Razzle Dazzle Rose #FE22D1
RGB
CMYK
RGB Variations
Color information
#FE22D1 (or 0xFE22D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 22 and D1. RGB value is (254,34,209). Sum of RGB (Red+Green+Blue) = 254+34+209=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 34 (13.67% from 255 or 6.84% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE22D1 is #01DD2E. Grayscale: #777777. Windows color (decimal): -122159 or 13705982. OLE color: 13705982.
HSL color Cylindrical-coordinate representation of color #FE22D1: hue angle of 312.27º 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 #FE22D1 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 209 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.00 |
| HSL | 312.27º | 0.99% | 0.56% | - |
| HSV(B) | 312.27º | 0.87% | 1% | - |
| XYZ | 52.95 | 26.82 | 62.71 | - |
| YUV | 119.73 | 178.39 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 209 | 0 | 0.87 | 0.18 | 0.00 | 312.27 | 0.99 | 0.56 |
| Hex | FE | 22 | D1 | 0 | 57 | 12 | 0 | 138 | 63 | 38 |
| Octal | 376 | 42 | 321 | 0 | 127 | 22 | 0 | 470 | 143 | 70 |
| Binary | 11111110 | 100010 | 11010001 | 0 | 1010111 | 10010 | 0 | 100111000 | 1100011 | 111000 |
Color Harmonies of #FE22D1
Complementary color
Monochromatic Colors of #FE22D1
Black with #FE22D1
Text Example
Text Example
White with #FE22D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22D1; }
p { color: rgb(254,34,209); }
H1.HeaderClassName
{
color: #FE22D1;
}
.AnyTagClassName
{
color: #FE22D1;
}
</style>
background-color css
<style>
a { background-color: #FE22D1; }
a { background-color: rgb(254,34,209); }
div.DivClassName
{
background-color: #FE22D1;
}
.BgClassName
{
background-color: #FE22D1;
}
</style>
border-color css
<style>
span { border-color: #FE22D1; }
span { border-color: rgb(254,34,209); }
td.TdClassName
{
border-color: #FE22D1;
}
.TagClassName
{
border-color: #FE22D1;
}
</style>