Shades of Razzle Dazzle Rose #FF41C1
Tints of Razzle Dazzle Rose #FF41C1
RGB
CMYK
RGB Variations
Color information
#FF41C1 (or 0xFF41C1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and C1. RGB value is (255,65,193). Sum of RGB (Red+Green+Blue) = 255+65+193=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41C1 is #00BE3E. Grayscale: #888888. Windows color (decimal): -48703 or 12665343. OLE color: 12665343.
HSL color Cylindrical-coordinate representation of color #FF41C1: hue angle of 319.58º 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 #FF41C1 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 193 | - |
| CMYK | 0 | 0.75 | 0.24 | 0 |
| HSL | 319.58º | 1% | 0.63% | - |
| HSV(B) | 319.58º | 0.75% | 1% | - |
| XYZ | 52.76 | 28.89 | 53.25 | - |
| YUV | 136.4 | 159.95 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 193 | 0 | 0.75 | 0.24 | 0 | 319.58 | 1 | 0.63 |
| Hex | FF | 41 | C1 | 0 | 4B | 18 | 0 | 140 | 64 | 3F |
| Octal | 377 | 101 | 301 | 0 | 113 | 30 | 0 | 500 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11000001 | 0 | 1001011 | 11000 | 0 | 101000000 | 1100100 | 111111 |
Color Harmonies of #FF41C1
Complementary color
Monochromatic Colors of #FF41C1
Black with #FF41C1
Text Example
Text Example
White with #FF41C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41C1; }
p { color: rgb(255,65,193); }
H1.HeaderClassName
{
color: #FF41C1;
}
.AnyTagClassName
{
color: #FF41C1;
}
</style>
background-color css
<style>
a { background-color: #FF41C1; }
a { background-color: rgb(255,65,193); }
div.DivClassName
{
background-color: #FF41C1;
}
.BgClassName
{
background-color: #FF41C1;
}
</style>
border-color css
<style>
span { border-color: #FF41C1; }
span { border-color: rgb(255,65,193); }
td.TdClassName
{
border-color: #FF41C1;
}
.TagClassName
{
border-color: #FF41C1;
}
</style>