Shades of Razzle Dazzle Rose #FA29E1
Tints of Razzle Dazzle Rose #FA29E1
RGB
CMYK
RGB Variations
Color information
#FA29E1 (or 0xFA29E1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and E1. RGB value is (250,41,225). Sum of RGB (Red+Green+Blue) = 250+41+225=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29E1 is #05D61E. Grayscale: #7B7B7B. Windows color (decimal): -382495 or 14756346. OLE color: 14756346.
HSL color Cylindrical-coordinate representation of color #FA29E1: hue angle of 307.18º 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 #FA29E1 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 225 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.02 |
| HSL | 307.18º | 0.95% | 0.57% | - |
| HSV(B) | 307.18º | 0.84% | 0.98% | - |
| XYZ | 53.81 | 27.35 | 73.68 | - |
| YUV | 124.47 | 184.74 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 225 | 0 | 0.84 | 0.10 | 0.02 | 307.18 | 0.95 | 0.57 |
| Hex | FA | 29 | E1 | 0 | 54 | A | 2 | 133 | 5F | 39 |
| Octal | 372 | 51 | 341 | 0 | 124 | 12 | 2 | 463 | 137 | 71 |
| Binary | 11111010 | 101001 | 11100001 | 0 | 1010100 | 1010 | 10 | 100110011 | 1011111 | 111001 |
Color Harmonies of #FA29E1
Complementary color
Monochromatic Colors of #FA29E1
Black with #FA29E1
Text Example
Text Example
White with #FA29E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29E1; }
p { color: rgb(250,41,225); }
H1.HeaderClassName
{
color: #FA29E1;
}
.AnyTagClassName
{
color: #FA29E1;
}
</style>
background-color css
<style>
a { background-color: #FA29E1; }
a { background-color: rgb(250,41,225); }
div.DivClassName
{
background-color: #FA29E1;
}
.BgClassName
{
background-color: #FA29E1;
}
</style>
border-color css
<style>
span { border-color: #FA29E1; }
span { border-color: rgb(250,41,225); }
td.TdClassName
{
border-color: #FA29E1;
}
.TagClassName
{
border-color: #FA29E1;
}
</style>