Shades of Razzle Dazzle Rose #FE41DA
Tints of Razzle Dazzle Rose #FE41DA
RGB
CMYK
RGB Variations
Color information
#FE41DA (or 0xFE41DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and DA. RGB value is (254,65,218). Sum of RGB (Red+Green+Blue) = 254+65+218=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41DA is #01BE25. Grayscale: #8A8A8A. Windows color (decimal): -114214 or 14303742. OLE color: 14303742.
HSL color Cylindrical-coordinate representation of color #FE41DA: hue angle of 311.43º 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 #FE41DA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 218 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.00 |
| HSL | 311.43º | 0.99% | 0.63% | - |
| HSV(B) | 311.43º | 0.74% | 1% | - |
| XYZ | 55.42 | 29.91 | 69.18 | - |
| YUV | 138.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 218 | 0 | 0.74 | 0.14 | 0.00 | 311.43 | 0.99 | 0.63 |
| Hex | FE | 41 | DA | 0 | 4A | E | 0 | 137 | 63 | 3F |
| Octal | 376 | 101 | 332 | 0 | 112 | 16 | 0 | 467 | 143 | 77 |
| Binary | 11111110 | 1000001 | 11011010 | 0 | 1001010 | 1110 | 0 | 100110111 | 1100011 | 111111 |
Color Harmonies of #FE41DA
Complementary color
Monochromatic Colors of #FE41DA
Black with #FE41DA
Text Example
Text Example
White with #FE41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41DA; }
p { color: rgb(254,65,218); }
H1.HeaderClassName
{
color: #FE41DA;
}
.AnyTagClassName
{
color: #FE41DA;
}
</style>
background-color css
<style>
a { background-color: #FE41DA; }
a { background-color: rgb(254,65,218); }
div.DivClassName
{
background-color: #FE41DA;
}
.BgClassName
{
background-color: #FE41DA;
}
</style>
border-color css
<style>
span { border-color: #FE41DA; }
span { border-color: rgb(254,65,218); }
td.TdClassName
{
border-color: #FE41DA;
}
.TagClassName
{
border-color: #FE41DA;
}
</style>