Shades of Razzle Dazzle Rose #FA29C8
Tints of Razzle Dazzle Rose #FA29C8
RGB
CMYK
RGB Variations
Color information
#FA29C8 (or 0xFA29C8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and C8. RGB value is (250,41,200). Sum of RGB (Red+Green+Blue) = 250+41+200=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29C8 is #05D637. Grayscale: #797979. Windows color (decimal): -382520 or 13117946. OLE color: 13117946.
HSL color Cylindrical-coordinate representation of color #FA29C8: hue angle of 314.35º 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 #FA29C8 is Cyan = 0, Magento = 0.84, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 200 | - |
| CMYK | 0 | 0.84 | 0.2 | 0.02 |
| HSL | 314.35º | 0.95% | 0.57% | - |
| HSV(B) | 314.35º | 0.84% | 0.98% | - |
| XYZ | 50.64 | 26.08 | 57.01 | - |
| YUV | 121.62 | 172.24 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 200 | 0 | 0.84 | 0.2 | 0.02 | 314.35 | 0.95 | 0.57 |
| Hex | FA | 29 | C8 | 0 | 54 | 14 | 2 | 13A | 5F | 39 |
| Octal | 372 | 51 | 310 | 0 | 124 | 24 | 2 | 472 | 137 | 71 |
| Binary | 11111010 | 101001 | 11001000 | 0 | 1010100 | 10100 | 10 | 100111010 | 1011111 | 111001 |
Color Harmonies of #FA29C8
Complementary color
Monochromatic Colors of #FA29C8
Black with #FA29C8
Text Example
Text Example
White with #FA29C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29C8; }
p { color: rgb(250,41,200); }
H1.HeaderClassName
{
color: #FA29C8;
}
.AnyTagClassName
{
color: #FA29C8;
}
</style>
background-color css
<style>
a { background-color: #FA29C8; }
a { background-color: rgb(250,41,200); }
div.DivClassName
{
background-color: #FA29C8;
}
.BgClassName
{
background-color: #FA29C8;
}
</style>
border-color css
<style>
span { border-color: #FA29C8; }
span { border-color: rgb(250,41,200); }
td.TdClassName
{
border-color: #FA29C8;
}
.TagClassName
{
border-color: #FA29C8;
}
</style>