Shades of Razzle Dazzle Rose #FC41D4
Tints of Razzle Dazzle Rose #FC41D4
RGB
CMYK
RGB Variations
Color information
#FC41D4 (or 0xFC41D4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 41 and D4. RGB value is (252,65,212). Sum of RGB (Red+Green+Blue) = 252+65+212=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC41D4 is #03BE2B. Grayscale: #898989. Windows color (decimal): -245292 or 13910524. OLE color: 13910524.
HSL color Cylindrical-coordinate representation of color #FC41D4: hue angle of 312.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC41D4 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 212 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.01 |
| HSL | 312.83º | 0.97% | 0.62% | - |
| HSV(B) | 312.83º | 0.74% | 0.99% | - |
| XYZ | 53.92 | 29.23 | 65.09 | - |
| YUV | 137.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 212 | 0 | 0.74 | 0.16 | 0.01 | 312.83 | 0.97 | 0.62 |
| Hex | FC | 41 | D4 | 0 | 4A | 10 | 1 | 139 | 61 | 3E |
| Octal | 374 | 101 | 324 | 0 | 112 | 20 | 1 | 471 | 141 | 76 |
| Binary | 11111100 | 1000001 | 11010100 | 0 | 1001010 | 10000 | 1 | 100111001 | 1100001 | 111110 |
Color Harmonies of #FC41D4
Complementary color
Monochromatic Colors of #FC41D4
Black with #FC41D4
Text Example
Text Example
White with #FC41D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC41D4; }
p { color: rgb(252,65,212); }
H1.HeaderClassName
{
color: #FC41D4;
}
.AnyTagClassName
{
color: #FC41D4;
}
</style>
background-color css
<style>
a { background-color: #FC41D4; }
a { background-color: rgb(252,65,212); }
div.DivClassName
{
background-color: #FC41D4;
}
.BgClassName
{
background-color: #FC41D4;
}
</style>
border-color css
<style>
span { border-color: #FC41D4; }
span { border-color: rgb(252,65,212); }
td.TdClassName
{
border-color: #FC41D4;
}
.TagClassName
{
border-color: #FC41D4;
}
</style>