Shades of Razzle Dazzle Rose #FA29D2
Tints of Razzle Dazzle Rose #FA29D2
RGB
CMYK
RGB Variations
Color information
#FA29D2 (or 0xFA29D2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and D2. RGB value is (250,41,210). Sum of RGB (Red+Green+Blue) = 250+41+210=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29D2 is #05D62D. Grayscale: #7A7A7A. Windows color (decimal): -382510 or 13773306. OLE color: 13773306.
HSL color Cylindrical-coordinate representation of color #FA29D2: hue angle of 311.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA29D2 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 210 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.02 |
| HSL | 311.48º | 0.95% | 0.57% | - |
| HSV(B) | 311.48º | 0.84% | 0.98% | - |
| XYZ | 51.85 | 26.56 | 63.37 | - |
| YUV | 122.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 210 | 0 | 0.84 | 0.16 | 0.02 | 311.48 | 0.95 | 0.57 |
| Hex | FA | 29 | D2 | 0 | 54 | 10 | 2 | 137 | 5F | 39 |
| Octal | 372 | 51 | 322 | 0 | 124 | 20 | 2 | 467 | 137 | 71 |
| Binary | 11111010 | 101001 | 11010010 | 0 | 1010100 | 10000 | 10 | 100110111 | 1011111 | 111001 |
Color Harmonies of #FA29D2
Complementary color
Monochromatic Colors of #FA29D2
Black with #FA29D2
Text Example
Text Example
White with #FA29D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29D2; }
p { color: rgb(250,41,210); }
H1.HeaderClassName
{
color: #FA29D2;
}
.AnyTagClassName
{
color: #FA29D2;
}
</style>
background-color css
<style>
a { background-color: #FA29D2; }
a { background-color: rgb(250,41,210); }
div.DivClassName
{
background-color: #FA29D2;
}
.BgClassName
{
background-color: #FA29D2;
}
</style>
border-color css
<style>
span { border-color: #FA29D2; }
span { border-color: rgb(250,41,210); }
td.TdClassName
{
border-color: #FA29D2;
}
.TagClassName
{
border-color: #FA29D2;
}
</style>