Shades of Brilliant Rose #FA57AF
Tints of Brilliant Rose #FA57AF
RGB
CMYK
RGB Variations
Color information
#FA57AF (or 0xFA57AF) is known color: Brilliant Rose. HEX triplet: FA, 57 and AF. RGB value is (250,87,175). Sum of RGB (Red+Green+Blue) = 250+87+175=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA57AF is #05A850. Grayscale: #919191. Windows color (decimal): -370769 or 11491322. OLE color: 11491322.
HSL color Cylindrical-coordinate representation of color #FA57AF: hue angle of 327.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57AF is Cyan = 0, Magento = 0.65, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 175 | - |
| CMYK | 0 | 0.65 | 0.3 | 0.02 |
| HSL | 327.61º | 0.94% | 0.66% | - |
| HSV(B) | 327.61º | 0.65% | 0.98% | - |
| XYZ | 50.57 | 30.24 | 43.73 | - |
| YUV | 145.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 175 | 0 | 0.65 | 0.3 | 0.02 | 327.61 | 0.94 | 0.66 |
| Hex | FA | 57 | AF | 0 | 41 | 1E | 2 | 148 | 5E | 42 |
| Octal | 372 | 127 | 257 | 0 | 101 | 36 | 2 | 510 | 136 | 102 |
| Binary | 11111010 | 1010111 | 10101111 | 0 | 1000001 | 11110 | 10 | 101001000 | 1011110 | 1000010 |
Color Harmonies of #FA57AF
Complementary color
Monochromatic Colors of #FA57AF
Black with #FA57AF
Text Example
Text Example
White with #FA57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57AF; }
p { color: rgb(250,87,175); }
H1.HeaderClassName
{
color: #FA57AF;
}
.AnyTagClassName
{
color: #FA57AF;
}
</style>
background-color css
<style>
a { background-color: #FA57AF; }
a { background-color: rgb(250,87,175); }
div.DivClassName
{
background-color: #FA57AF;
}
.BgClassName
{
background-color: #FA57AF;
}
</style>
border-color css
<style>
span { border-color: #FA57AF; }
span { border-color: rgb(250,87,175); }
td.TdClassName
{
border-color: #FA57AF;
}
.TagClassName
{
border-color: #FA57AF;
}
</style>