Shades of Razzle Dazzle Rose #FF41C5
Tints of Razzle Dazzle Rose #FF41C5
RGB
CMYK
RGB Variations
Color information
#FF41C5 (or 0xFF41C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and C5. RGB value is (255,65,197). Sum of RGB (Red+Green+Blue) = 255+65+197=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41C5 is #00BE3A. Grayscale: #888888. Windows color (decimal): -48699 or 12927487. OLE color: 12927487.
HSL color Cylindrical-coordinate representation of color #FF41C5: hue angle of 318.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41C5 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 197 | - |
| CMYK | 0 | 0.75 | 0.23 | 0 |
| HSL | 318.32º | 1% | 0.63% | - |
| HSV(B) | 318.32º | 0.75% | 1% | - |
| XYZ | 53.21 | 29.07 | 55.63 | - |
| YUV | 136.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 197 | 0 | 0.75 | 0.23 | 0 | 318.32 | 1 | 0.63 |
| Hex | FF | 41 | C5 | 0 | 4B | 17 | 0 | 13E | 64 | 3F |
| Octal | 377 | 101 | 305 | 0 | 113 | 27 | 0 | 476 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11000101 | 0 | 1001011 | 10111 | 0 | 100111110 | 1100100 | 111111 |
Color Harmonies of #FF41C5
Complementary color
Monochromatic Colors of #FF41C5
Black with #FF41C5
Text Example
Text Example
White with #FF41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41C5; }
p { color: rgb(255,65,197); }
H1.HeaderClassName
{
color: #FF41C5;
}
.AnyTagClassName
{
color: #FF41C5;
}
</style>
background-color css
<style>
a { background-color: #FF41C5; }
a { background-color: rgb(255,65,197); }
div.DivClassName
{
background-color: #FF41C5;
}
.BgClassName
{
background-color: #FF41C5;
}
</style>
border-color css
<style>
span { border-color: #FF41C5; }
span { border-color: rgb(255,65,197); }
td.TdClassName
{
border-color: #FF41C5;
}
.TagClassName
{
border-color: #FF41C5;
}
</style>