Shades of Razzle Dazzle Rose #FE41CA
Tints of Razzle Dazzle Rose #FE41CA
RGB
CMYK
RGB Variations
Color information
#FE41CA (or 0xFE41CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and CA. RGB value is (254,65,202). Sum of RGB (Red+Green+Blue) = 254+65+202=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41CA is #01BE35. Grayscale: #888888. Windows color (decimal): -114230 or 13255166. OLE color: 13255166.
HSL color Cylindrical-coordinate representation of color #FE41CA: hue angle of 316.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41CA is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 202 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.00 |
| HSL | 316.51º | 0.99% | 0.63% | - |
| HSV(B) | 316.51º | 0.74% | 1% | - |
| XYZ | 53.42 | 29.12 | 58.68 | - |
| YUV | 137.13 | 164.62 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 202 | 0 | 0.74 | 0.20 | 0.00 | 316.51 | 0.99 | 0.63 |
| Hex | FE | 41 | CA | 0 | 4A | 14 | 0 | 13D | 63 | 3F |
| Octal | 376 | 101 | 312 | 0 | 112 | 24 | 0 | 475 | 143 | 77 |
| Binary | 11111110 | 1000001 | 11001010 | 0 | 1001010 | 10100 | 0 | 100111101 | 1100011 | 111111 |
Color Harmonies of #FE41CA
Complementary color
Monochromatic Colors of #FE41CA
Black with #FE41CA
Text Example
Text Example
White with #FE41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41CA; }
p { color: rgb(254,65,202); }
H1.HeaderClassName
{
color: #FE41CA;
}
.AnyTagClassName
{
color: #FE41CA;
}
</style>
background-color css
<style>
a { background-color: #FE41CA; }
a { background-color: rgb(254,65,202); }
div.DivClassName
{
background-color: #FE41CA;
}
.BgClassName
{
background-color: #FE41CA;
}
</style>
border-color css
<style>
span { border-color: #FE41CA; }
span { border-color: rgb(254,65,202); }
td.TdClassName
{
border-color: #FE41CA;
}
.TagClassName
{
border-color: #FE41CA;
}
</style>