Shades of Razzle Dazzle Rose #FA2AD1
Tints of Razzle Dazzle Rose #FA2AD1
RGB
CMYK
RGB Variations
Color information
#FA2AD1 (or 0xFA2AD1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and D1. RGB value is (250,42,209). Sum of RGB (Red+Green+Blue) = 250+42+209=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AD1 is #05D52E. Grayscale: #7A7A7A. Windows color (decimal): -382255 or 13708026. OLE color: 13708026.
HSL color Cylindrical-coordinate representation of color #FA2AD1: hue angle of 311.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2AD1 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 209 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.02 |
| HSL | 311.83º | 0.95% | 0.57% | - |
| HSV(B) | 311.83º | 0.83% | 0.98% | - |
| XYZ | 51.76 | 26.58 | 62.72 | - |
| YUV | 123.23 | 176.41 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 209 | 0 | 0.83 | 0.16 | 0.02 | 311.83 | 0.95 | 0.57 |
| Hex | FA | 2A | D1 | 0 | 53 | 10 | 2 | 138 | 5F | 39 |
| Octal | 372 | 52 | 321 | 0 | 123 | 20 | 2 | 470 | 137 | 71 |
| Binary | 11111010 | 101010 | 11010001 | 0 | 1010011 | 10000 | 10 | 100111000 | 1011111 | 111001 |
Color Harmonies of #FA2AD1
Complementary color
Monochromatic Colors of #FA2AD1
Black with #FA2AD1
Text Example
Text Example
White with #FA2AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AD1; }
p { color: rgb(250,42,209); }
H1.HeaderClassName
{
color: #FA2AD1;
}
.AnyTagClassName
{
color: #FA2AD1;
}
</style>
background-color css
<style>
a { background-color: #FA2AD1; }
a { background-color: rgb(250,42,209); }
div.DivClassName
{
background-color: #FA2AD1;
}
.BgClassName
{
background-color: #FA2AD1;
}
</style>
border-color css
<style>
span { border-color: #FA2AD1; }
span { border-color: rgb(250,42,209); }
td.TdClassName
{
border-color: #FA2AD1;
}
.TagClassName
{
border-color: #FA2AD1;
}
</style>