Shades of Razzle Dazzle Rose #FF41CA
Tints of Razzle Dazzle Rose #FF41CA
RGB
CMYK
RGB Variations
Color information
#FF41CA (or 0xFF41CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and CA. RGB value is (255,65,202). Sum of RGB (Red+Green+Blue) = 255+65+202=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41CA is #00BE35. Grayscale: #898989. Windows color (decimal): -48694 or 13255167. OLE color: 13255167.
HSL color Cylindrical-coordinate representation of color #FF41CA: hue angle of 316.74º 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 #FF41CA is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 202 | - |
| CMYK | 0 | 0.75 | 0.21 | 0 |
| HSL | 316.74º | 1% | 0.63% | - |
| HSV(B) | 316.74º | 0.75% | 1% | - |
| XYZ | 53.79 | 29.3 | 58.7 | - |
| YUV | 137.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 202 | 0 | 0.75 | 0.21 | 0 | 316.74 | 1 | 0.63 |
| Hex | FF | 41 | CA | 0 | 4B | 15 | 0 | 13D | 64 | 3F |
| Octal | 377 | 101 | 312 | 0 | 113 | 25 | 0 | 475 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11001010 | 0 | 1001011 | 10101 | 0 | 100111101 | 1100100 | 111111 |
Color Harmonies of #FF41CA
Complementary color
Monochromatic Colors of #FF41CA
Black with #FF41CA
Text Example
Text Example
White with #FF41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41CA; }
p { color: rgb(255,65,202); }
H1.HeaderClassName
{
color: #FF41CA;
}
.AnyTagClassName
{
color: #FF41CA;
}
</style>
background-color css
<style>
a { background-color: #FF41CA; }
a { background-color: rgb(255,65,202); }
div.DivClassName
{
background-color: #FF41CA;
}
.BgClassName
{
background-color: #FF41CA;
}
</style>
border-color css
<style>
span { border-color: #FF41CA; }
span { border-color: rgb(255,65,202); }
td.TdClassName
{
border-color: #FF41CA;
}
.TagClassName
{
border-color: #FF41CA;
}
</style>