Shades of Razzle Dazzle Rose #FA41DC
Tints of Razzle Dazzle Rose #FA41DC
RGB
CMYK
RGB Variations
Color information
#FA41DC (or 0xFA41DC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and DC. RGB value is (250,65,220). Sum of RGB (Red+Green+Blue) = 250+65+220=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 65 (25.78% from 255 or 12.15% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41DC is #05BE23. Grayscale: #898989. Windows color (decimal): -376356 or 14434810. OLE color: 14434810.
HSL color Cylindrical-coordinate representation of color #FA41DC: hue angle of 309.73º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA41DC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 220 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.02 |
| HSL | 309.73º | 0.95% | 0.62% | - |
| HSV(B) | 309.73º | 0.74% | 0.98% | - |
| XYZ | 54.23 | 29.27 | 70.5 | - |
| YUV | 137.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 220 | 0 | 0.74 | 0.12 | 0.02 | 309.73 | 0.95 | 0.62 |
| Hex | FA | 41 | DC | 0 | 4A | C | 2 | 136 | 5F | 3E |
| Octal | 372 | 101 | 334 | 0 | 112 | 14 | 2 | 466 | 137 | 76 |
| Binary | 11111010 | 1000001 | 11011100 | 0 | 1001010 | 1100 | 10 | 100110110 | 1011111 | 111110 |
Color Harmonies of #FA41DC
Complementary color
Monochromatic Colors of #FA41DC
Black with #FA41DC
Text Example
Text Example
White with #FA41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41DC; }
p { color: rgb(250,65,220); }
H1.HeaderClassName
{
color: #FA41DC;
}
.AnyTagClassName
{
color: #FA41DC;
}
</style>
background-color css
<style>
a { background-color: #FA41DC; }
a { background-color: rgb(250,65,220); }
div.DivClassName
{
background-color: #FA41DC;
}
.BgClassName
{
background-color: #FA41DC;
}
</style>
border-color css
<style>
span { border-color: #FA41DC; }
span { border-color: rgb(250,65,220); }
td.TdClassName
{
border-color: #FA41DC;
}
.TagClassName
{
border-color: #FA41DC;
}
</style>