Shades of Razzle Dazzle Rose #FE41B5
Tints of Razzle Dazzle Rose #FE41B5
RGB
CMYK
RGB Variations
Color information
#FE41B5 (or 0xFE41B5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and B5. RGB value is (254,65,181). Sum of RGB (Red+Green+Blue) = 254+65+181=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41B5 is #01BE4A. Grayscale: #868686. Windows color (decimal): -114251 or 11878910. OLE color: 11878910.
HSL color Cylindrical-coordinate representation of color #FE41B5: hue angle of 323.17º 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 #FE41B5 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 181 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.00 |
| HSL | 323.17º | 0.99% | 0.63% | - |
| HSV(B) | 323.17º | 0.74% | 1% | - |
| XYZ | 51.1 | 28.19 | 46.46 | - |
| YUV | 134.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 181 | 0 | 0.74 | 0.29 | 0.00 | 323.17 | 0.99 | 0.63 |
| Hex | FE | 41 | B5 | 0 | 4A | 1D | 0 | 143 | 63 | 3F |
| Octal | 376 | 101 | 265 | 0 | 112 | 35 | 0 | 503 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10110101 | 0 | 1001010 | 11101 | 0 | 101000011 | 1100011 | 111111 |
Color Harmonies of #FE41B5
Complementary color
Monochromatic Colors of #FE41B5
Black with #FE41B5
Text Example
Text Example
White with #FE41B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41B5; }
p { color: rgb(254,65,181); }
H1.HeaderClassName
{
color: #FE41B5;
}
.AnyTagClassName
{
color: #FE41B5;
}
</style>
background-color css
<style>
a { background-color: #FE41B5; }
a { background-color: rgb(254,65,181); }
div.DivClassName
{
background-color: #FE41B5;
}
.BgClassName
{
background-color: #FE41B5;
}
</style>
border-color css
<style>
span { border-color: #FE41B5; }
span { border-color: rgb(254,65,181); }
td.TdClassName
{
border-color: #FE41B5;
}
.TagClassName
{
border-color: #FE41B5;
}
</style>