Shades of Brilliant Rose #FA44A6
Tints of Brilliant Rose #FA44A6
RGB
CMYK
RGB Variations
Color information
#FA44A6 (or 0xFA44A6) is known color: Brilliant Rose. HEX triplet: FA, 44 and A6. RGB value is (250,68,166). Sum of RGB (Red+Green+Blue) = 250+68+166=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA44A6 is #05BB59. Grayscale: #858585. Windows color (decimal): -375642 or 10896634. OLE color: 10896634.
HSL color Cylindrical-coordinate representation of color #FA44A6: hue angle of 327.69º 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 #FA44A6 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 166 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.02 |
| HSL | 327.69º | 0.95% | 0.62% | - |
| HSV(B) | 327.69º | 0.73% | 0.98% | - |
| XYZ | 48.37 | 27.21 | 38.78 | - |
| YUV | 133.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 166 | 0 | 0.73 | 0.34 | 0.02 | 327.69 | 0.95 | 0.62 |
| Hex | FA | 44 | A6 | 0 | 49 | 22 | 2 | 148 | 5F | 3E |
| Octal | 372 | 104 | 246 | 0 | 111 | 42 | 2 | 510 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10100110 | 0 | 1001001 | 100010 | 10 | 101001000 | 1011111 | 111110 |
Color Harmonies of #FA44A6
Complementary color
Monochromatic Colors of #FA44A6
Black with #FA44A6
Text Example
Text Example
White with #FA44A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44A6; }
p { color: rgb(250,68,166); }
H1.HeaderClassName
{
color: #FA44A6;
}
.AnyTagClassName
{
color: #FA44A6;
}
</style>
background-color css
<style>
a { background-color: #FA44A6; }
a { background-color: rgb(250,68,166); }
div.DivClassName
{
background-color: #FA44A6;
}
.BgClassName
{
background-color: #FA44A6;
}
</style>
border-color css
<style>
span { border-color: #FA44A6; }
span { border-color: rgb(250,68,166); }
td.TdClassName
{
border-color: #FA44A6;
}
.TagClassName
{
border-color: #FA44A6;
}
</style>