Shades of Razzle Dazzle Rose #FF41CF
Tints of Razzle Dazzle Rose #FF41CF
RGB
CMYK
RGB Variations
Color information
#FF41CF (or 0xFF41CF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and CF. RGB value is (255,65,207). Sum of RGB (Red+Green+Blue) = 255+65+207=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41CF is #00BE30. Grayscale: #898989. Windows color (decimal): -48689 or 13582847. OLE color: 13582847.
HSL color Cylindrical-coordinate representation of color #FF41CF: hue angle of 315.16º 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 #FF41CF is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 207 | - |
| CMYK | 0 | 0.75 | 0.19 | 0 |
| HSL | 315.16º | 1% | 0.63% | - |
| HSV(B) | 315.16º | 0.75% | 1% | - |
| XYZ | 54.39 | 29.55 | 61.87 | - |
| YUV | 138 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 207 | 0 | 0.75 | 0.19 | 0 | 315.16 | 1 | 0.63 |
| Hex | FF | 41 | CF | 0 | 4B | 13 | 0 | 13B | 64 | 3F |
| Octal | 377 | 101 | 317 | 0 | 113 | 23 | 0 | 473 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11001111 | 0 | 1001011 | 10011 | 0 | 100111011 | 1100100 | 111111 |
Color Harmonies of #FF41CF
Complementary color
Monochromatic Colors of #FF41CF
Black with #FF41CF
Text Example
Text Example
White with #FF41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41CF; }
p { color: rgb(255,65,207); }
H1.HeaderClassName
{
color: #FF41CF;
}
.AnyTagClassName
{
color: #FF41CF;
}
</style>
background-color css
<style>
a { background-color: #FF41CF; }
a { background-color: rgb(255,65,207); }
div.DivClassName
{
background-color: #FF41CF;
}
.BgClassName
{
background-color: #FF41CF;
}
</style>
border-color css
<style>
span { border-color: #FF41CF; }
span { border-color: rgb(255,65,207); }
td.TdClassName
{
border-color: #FF41CF;
}
.TagClassName
{
border-color: #FF41CF;
}
</style>