Shades of Razzle Dazzle Rose #FA44E5
Tints of Razzle Dazzle Rose #FA44E5
RGB
CMYK
RGB Variations
Color information
#FA44E5 (or 0xFA44E5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 44 and E5. RGB value is (250,68,229). Sum of RGB (Red+Green+Blue) = 250+68+229=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 68 (26.95% from 255 or 12.43% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA44E5 is #05BB1A. Grayscale: #8C8C8C. Windows color (decimal): -375579 or 15025402. OLE color: 15025402.
HSL color Cylindrical-coordinate representation of color #FA44E5: hue angle of 306.92º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44E5 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 229 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.02 |
| HSL | 306.92º | 0.95% | 0.62% | - |
| HSV(B) | 306.92º | 0.73% | 0.98% | - |
| XYZ | 55.63 | 30.12 | 77.01 | - |
| YUV | 140.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 229 | 0 | 0.73 | 0.08 | 0.02 | 306.92 | 0.95 | 0.62 |
| Hex | FA | 44 | E5 | 0 | 49 | 8 | 2 | 133 | 5F | 3E |
| Octal | 372 | 104 | 345 | 0 | 111 | 10 | 2 | 463 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11100101 | 0 | 1001001 | 1000 | 10 | 100110011 | 1011111 | 111110 |
Color Harmonies of #FA44E5
Complementary color
Monochromatic Colors of #FA44E5
Black with #FA44E5
Text Example
Text Example
White with #FA44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44E5; }
p { color: rgb(250,68,229); }
H1.HeaderClassName
{
color: #FA44E5;
}
.AnyTagClassName
{
color: #FA44E5;
}
</style>
background-color css
<style>
a { background-color: #FA44E5; }
a { background-color: rgb(250,68,229); }
div.DivClassName
{
background-color: #FA44E5;
}
.BgClassName
{
background-color: #FA44E5;
}
</style>
border-color css
<style>
span { border-color: #FA44E5; }
span { border-color: rgb(250,68,229); }
td.TdClassName
{
border-color: #FA44E5;
}
.TagClassName
{
border-color: #FA44E5;
}
</style>