Shades of Razzle Dazzle Rose #FA41DF
Tints of Razzle Dazzle Rose #FA41DF
RGB
CMYK
RGB Variations
Color information
#FA41DF (or 0xFA41DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and DF. RGB value is (250,65,223). Sum of RGB (Red+Green+Blue) = 250+65+223=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41DF is #05BE20. Grayscale: #898989. Windows color (decimal): -376353 or 14631418. OLE color: 14631418.
HSL color Cylindrical-coordinate representation of color #FA41DF: hue angle of 308.76º 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 #FA41DF is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 223 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.02 |
| HSL | 308.76º | 0.95% | 0.62% | - |
| HSV(B) | 308.76º | 0.74% | 0.98% | - |
| XYZ | 54.63 | 29.43 | 72.61 | - |
| YUV | 138.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 223 | 0 | 0.74 | 0.11 | 0.02 | 308.76 | 0.95 | 0.62 |
| Hex | FA | 41 | DF | 0 | 4A | B | 2 | 135 | 5F | 3E |
| Octal | 372 | 101 | 337 | 0 | 112 | 13 | 2 | 465 | 137 | 76 |
| Binary | 11111010 | 1000001 | 11011111 | 0 | 1001010 | 1011 | 10 | 100110101 | 1011111 | 111110 |
Color Harmonies of #FA41DF
Complementary color
Monochromatic Colors of #FA41DF
Black with #FA41DF
Text Example
Text Example
White with #FA41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41DF; }
p { color: rgb(250,65,223); }
H1.HeaderClassName
{
color: #FA41DF;
}
.AnyTagClassName
{
color: #FA41DF;
}
</style>
background-color css
<style>
a { background-color: #FA41DF; }
a { background-color: rgb(250,65,223); }
div.DivClassName
{
background-color: #FA41DF;
}
.BgClassName
{
background-color: #FA41DF;
}
</style>
border-color css
<style>
span { border-color: #FA41DF; }
span { border-color: rgb(250,65,223); }
td.TdClassName
{
border-color: #FA41DF;
}
.TagClassName
{
border-color: #FA41DF;
}
</style>