Shades of Razzle Dazzle Rose #FE21CA
Tints of Razzle Dazzle Rose #FE21CA
RGB
CMYK
RGB Variations
Color information
#FE21CA (or 0xFE21CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 21 and CA. RGB value is (254,33,202). Sum of RGB (Red+Green+Blue) = 254+33+202=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21CA is #01DE35. Grayscale: #757575. Windows color (decimal): -122422 or 13246974. OLE color: 13246974.
HSL color Cylindrical-coordinate representation of color #FE21CA: hue angle of 314.12º 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 #FE21CA is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 202 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.00 |
| HSL | 314.12º | 0.99% | 0.56% | - |
| HSV(B) | 314.12º | 0.87% | 1% | - |
| XYZ | 52.08 | 26.42 | 58.23 | - |
| YUV | 118.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 202 | 0 | 0.87 | 0.20 | 0.00 | 314.12 | 0.99 | 0.56 |
| Hex | FE | 21 | CA | 0 | 57 | 14 | 0 | 13A | 63 | 38 |
| Octal | 376 | 41 | 312 | 0 | 127 | 24 | 0 | 472 | 143 | 70 |
| Binary | 11111110 | 100001 | 11001010 | 0 | 1010111 | 10100 | 0 | 100111010 | 1100011 | 111000 |
Color Harmonies of #FE21CA
Complementary color
Monochromatic Colors of #FE21CA
Black with #FE21CA
Text Example
Text Example
White with #FE21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21CA; }
p { color: rgb(254,33,202); }
H1.HeaderClassName
{
color: #FE21CA;
}
.AnyTagClassName
{
color: #FE21CA;
}
</style>
background-color css
<style>
a { background-color: #FE21CA; }
a { background-color: rgb(254,33,202); }
div.DivClassName
{
background-color: #FE21CA;
}
.BgClassName
{
background-color: #FE21CA;
}
</style>
border-color css
<style>
span { border-color: #FE21CA; }
span { border-color: rgb(254,33,202); }
td.TdClassName
{
border-color: #FE21CA;
}
.TagClassName
{
border-color: #FE21CA;
}
</style>