Shades of Razzle Dazzle Rose #FF41C7
Tints of Razzle Dazzle Rose #FF41C7
RGB
CMYK
RGB Variations
Color information
#FF41C7 (or 0xFF41C7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and C7. RGB value is (255,65,199). Sum of RGB (Red+Green+Blue) = 255+65+199=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41C7 is #00BE38. Grayscale: #888888. Windows color (decimal): -48697 or 13058559. OLE color: 13058559.
HSL color Cylindrical-coordinate representation of color #FF41C7: hue angle of 317.68º 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 #FF41C7 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 199 | - |
| CMYK | 0 | 0.75 | 0.22 | 0 |
| HSL | 317.68º | 1% | 0.63% | - |
| HSV(B) | 317.68º | 0.75% | 1% | - |
| XYZ | 53.44 | 29.16 | 56.85 | - |
| YUV | 137.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 199 | 0 | 0.75 | 0.22 | 0 | 317.68 | 1 | 0.63 |
| Hex | FF | 41 | C7 | 0 | 4B | 16 | 0 | 13E | 64 | 3F |
| Octal | 377 | 101 | 307 | 0 | 113 | 26 | 0 | 476 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11000111 | 0 | 1001011 | 10110 | 0 | 100111110 | 1100100 | 111111 |
Color Harmonies of #FF41C7
Complementary color
Monochromatic Colors of #FF41C7
Black with #FF41C7
Text Example
Text Example
White with #FF41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41C7; }
p { color: rgb(255,65,199); }
H1.HeaderClassName
{
color: #FF41C7;
}
.AnyTagClassName
{
color: #FF41C7;
}
</style>
background-color css
<style>
a { background-color: #FF41C7; }
a { background-color: rgb(255,65,199); }
div.DivClassName
{
background-color: #FF41C7;
}
.BgClassName
{
background-color: #FF41C7;
}
</style>
border-color css
<style>
span { border-color: #FF41C7; }
span { border-color: rgb(255,65,199); }
td.TdClassName
{
border-color: #FF41C7;
}
.TagClassName
{
border-color: #FF41C7;
}
</style>