Shades of Razzle Dazzle Rose #FA29DF
Tints of Razzle Dazzle Rose #FA29DF
RGB
CMYK
RGB Variations
Color information
#FA29DF (or 0xFA29DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and DF. RGB value is (250,41,223). Sum of RGB (Red+Green+Blue) = 250+41+223=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29DF is #05D620. Grayscale: #7B7B7B. Windows color (decimal): -382497 or 14625274. OLE color: 14625274.
HSL color Cylindrical-coordinate representation of color #FA29DF: hue angle of 307.75º 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 #FA29DF is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 223 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.02 |
| HSL | 307.75º | 0.95% | 0.57% | - |
| HSV(B) | 307.75º | 0.84% | 0.98% | - |
| XYZ | 53.54 | 27.24 | 72.25 | - |
| YUV | 124.24 | 183.74 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 223 | 0 | 0.84 | 0.11 | 0.02 | 307.75 | 0.95 | 0.57 |
| Hex | FA | 29 | DF | 0 | 54 | B | 2 | 134 | 5F | 39 |
| Octal | 372 | 51 | 337 | 0 | 124 | 13 | 2 | 464 | 137 | 71 |
| Binary | 11111010 | 101001 | 11011111 | 0 | 1010100 | 1011 | 10 | 100110100 | 1011111 | 111001 |
Color Harmonies of #FA29DF
Complementary color
Monochromatic Colors of #FA29DF
Black with #FA29DF
Text Example
Text Example
White with #FA29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29DF; }
p { color: rgb(250,41,223); }
H1.HeaderClassName
{
color: #FA29DF;
}
.AnyTagClassName
{
color: #FA29DF;
}
</style>
background-color css
<style>
a { background-color: #FA29DF; }
a { background-color: rgb(250,41,223); }
div.DivClassName
{
background-color: #FA29DF;
}
.BgClassName
{
background-color: #FA29DF;
}
</style>
border-color css
<style>
span { border-color: #FA29DF; }
span { border-color: rgb(250,41,223); }
td.TdClassName
{
border-color: #FA29DF;
}
.TagClassName
{
border-color: #FA29DF;
}
</style>