Shades of Razzle Dazzle Rose #FA29EF
Tints of Razzle Dazzle Rose #FA29EF
RGB
CMYK
RGB Variations
Color information
#FA29EF (or 0xFA29EF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and EF. RGB value is (250,41,239). Sum of RGB (Red+Green+Blue) = 250+41+239=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA29EF is #05D610. Grayscale: #7D7D7D. Windows color (decimal): -382481 or 15673850. OLE color: 15673850.
HSL color Cylindrical-coordinate representation of color #FA29EF: hue angle of 303.16º 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 #FA29EF is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 239 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.02 |
| HSL | 303.16º | 0.95% | 0.57% | - |
| HSV(B) | 303.16º | 0.84% | 0.98% | - |
| XYZ | 55.8 | 28.14 | 84.15 | - |
| YUV | 126.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 239 | 0 | 0.84 | 0.04 | 0.02 | 303.16 | 0.95 | 0.57 |
| Hex | FA | 29 | EF | 0 | 54 | 4 | 2 | 12F | 5F | 39 |
| Octal | 372 | 51 | 357 | 0 | 124 | 4 | 2 | 457 | 137 | 71 |
| Binary | 11111010 | 101001 | 11101111 | 0 | 1010100 | 100 | 10 | 100101111 | 1011111 | 111001 |
Color Harmonies of #FA29EF
Complementary color
Monochromatic Colors of #FA29EF
Black with #FA29EF
Text Example
Text Example
White with #FA29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29EF; }
p { color: rgb(250,41,239); }
H1.HeaderClassName
{
color: #FA29EF;
}
.AnyTagClassName
{
color: #FA29EF;
}
</style>
background-color css
<style>
a { background-color: #FA29EF; }
a { background-color: rgb(250,41,239); }
div.DivClassName
{
background-color: #FA29EF;
}
.BgClassName
{
background-color: #FA29EF;
}
</style>
border-color css
<style>
span { border-color: #FA29EF; }
span { border-color: rgb(250,41,239); }
td.TdClassName
{
border-color: #FA29EF;
}
.TagClassName
{
border-color: #FA29EF;
}
</style>