Shades of Razzle Dazzle Rose #FE21CF
Tints of Razzle Dazzle Rose #FE21CF
RGB
CMYK
RGB Variations
Color information
#FE21CF (or 0xFE21CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 21 and CF. RGB value is (254,33,207). Sum of RGB (Red+Green+Blue) = 254+33+207=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21CF is #01DE30. Grayscale: #767676. Windows color (decimal): -122417 or 13574654. OLE color: 13574654.
HSL color Cylindrical-coordinate representation of color #FE21CF: hue angle of 312.76º 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 #FE21CF is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 207 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.00 |
| HSL | 312.76º | 0.99% | 0.56% | - |
| HSV(B) | 312.76º | 0.87% | 1% | - |
| XYZ | 52.68 | 26.66 | 61.4 | - |
| YUV | 118.92 | 177.72 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 207 | 0 | 0.87 | 0.19 | 0.00 | 312.76 | 0.99 | 0.56 |
| Hex | FE | 21 | CF | 0 | 57 | 13 | 0 | 139 | 63 | 38 |
| Octal | 376 | 41 | 317 | 0 | 127 | 23 | 0 | 471 | 143 | 70 |
| Binary | 11111110 | 100001 | 11001111 | 0 | 1010111 | 10011 | 0 | 100111001 | 1100011 | 111000 |
Color Harmonies of #FE21CF
Complementary color
Monochromatic Colors of #FE21CF
Black with #FE21CF
Text Example
Text Example
White with #FE21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21CF; }
p { color: rgb(254,33,207); }
H1.HeaderClassName
{
color: #FE21CF;
}
.AnyTagClassName
{
color: #FE21CF;
}
</style>
background-color css
<style>
a { background-color: #FE21CF; }
a { background-color: rgb(254,33,207); }
div.DivClassName
{
background-color: #FE21CF;
}
.BgClassName
{
background-color: #FE21CF;
}
</style>
border-color css
<style>
span { border-color: #FE21CF; }
span { border-color: rgb(254,33,207); }
td.TdClassName
{
border-color: #FE21CF;
}
.TagClassName
{
border-color: #FE21CF;
}
</style>