Shades of Razzle Dazzle Rose #FA40DF
Tints of Razzle Dazzle Rose #FA40DF
RGB
CMYK
RGB Variations
Color information
#FA40DF (or 0xFA40DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and DF. RGB value is (250,64,223). Sum of RGB (Red+Green+Blue) = 250+64+223=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40DF is #05BF20. Grayscale: #898989. Windows color (decimal): -376609 or 14631162. OLE color: 14631162.
HSL color Cylindrical-coordinate representation of color #FA40DF: hue angle of 308.71º 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 #FA40DF is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 223 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.02 |
| HSL | 308.71º | 0.95% | 0.62% | - |
| HSV(B) | 308.71º | 0.74% | 0.98% | - |
| XYZ | 54.58 | 29.32 | 72.59 | - |
| YUV | 137.74 | 176.12 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 223 | 0 | 0.74 | 0.11 | 0.02 | 308.71 | 0.95 | 0.62 |
| Hex | FA | 40 | DF | 0 | 4A | B | 2 | 135 | 5F | 3E |
| Octal | 372 | 100 | 337 | 0 | 112 | 13 | 2 | 465 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11011111 | 0 | 1001010 | 1011 | 10 | 100110101 | 1011111 | 111110 |
Color Harmonies of #FA40DF
Complementary color
Monochromatic Colors of #FA40DF
Black with #FA40DF
Text Example
Text Example
White with #FA40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40DF; }
p { color: rgb(250,64,223); }
H1.HeaderClassName
{
color: #FA40DF;
}
.AnyTagClassName
{
color: #FA40DF;
}
</style>
background-color css
<style>
a { background-color: #FA40DF; }
a { background-color: rgb(250,64,223); }
div.DivClassName
{
background-color: #FA40DF;
}
.BgClassName
{
background-color: #FA40DF;
}
</style>
border-color css
<style>
span { border-color: #FA40DF; }
span { border-color: rgb(250,64,223); }
td.TdClassName
{
border-color: #FA40DF;
}
.TagClassName
{
border-color: #FA40DF;
}
</style>