Shades of Brilliant Rose #FA55AC
Tints of Brilliant Rose #FA55AC
RGB
CMYK
RGB Variations
Color information
#FA55AC (or 0xFA55AC) is known color: Brilliant Rose. HEX triplet: FA, 55 and AC. RGB value is (250,85,172). Sum of RGB (Red+Green+Blue) = 250+85+172=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA55AC is #05AA53. Grayscale: #909090. Windows color (decimal): -371284 or 11294202. OLE color: 11294202.
HSL color Cylindrical-coordinate representation of color #FA55AC: hue angle of 328.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55AC is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 172 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.02 |
| HSL | 328.36º | 0.94% | 0.66% | - |
| HSV(B) | 328.36º | 0.66% | 0.98% | - |
| XYZ | 50.12 | 29.8 | 42.14 | - |
| YUV | 144.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 172 | 0 | 0.66 | 0.31 | 0.02 | 328.36 | 0.94 | 0.66 |
| Hex | FA | 55 | AC | 0 | 42 | 1F | 2 | 148 | 5E | 42 |
| Octal | 372 | 125 | 254 | 0 | 102 | 37 | 2 | 510 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10101100 | 0 | 1000010 | 11111 | 10 | 101001000 | 1011110 | 1000010 |
Color Harmonies of #FA55AC
Complementary color
Monochromatic Colors of #FA55AC
Black with #FA55AC
Text Example
Text Example
White with #FA55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55AC; }
p { color: rgb(250,85,172); }
H1.HeaderClassName
{
color: #FA55AC;
}
.AnyTagClassName
{
color: #FA55AC;
}
</style>
background-color css
<style>
a { background-color: #FA55AC; }
a { background-color: rgb(250,85,172); }
div.DivClassName
{
background-color: #FA55AC;
}
.BgClassName
{
background-color: #FA55AC;
}
</style>
border-color css
<style>
span { border-color: #FA55AC; }
span { border-color: rgb(250,85,172); }
td.TdClassName
{
border-color: #FA55AC;
}
.TagClassName
{
border-color: #FA55AC;
}
</style>