Shades of Brilliant Rose #FA5EAC
Tints of Brilliant Rose #FA5EAC
RGB
CMYK
RGB Variations
Color information
#FA5EAC (or 0xFA5EAC) is known color: Brilliant Rose. HEX triplet: FA, 5E and AC. RGB value is (250,94,172). Sum of RGB (Red+Green+Blue) = 250+94+172=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5EAC is #05A153. Grayscale: #959595. Windows color (decimal): -368980 or 11296506. OLE color: 11296506.
HSL color Cylindrical-coordinate representation of color #FA5EAC: hue angle of 330º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5EAC is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 94 | 172 | - |
CMYK | 0 | 0.62 | 0.31 | 0.02 |
HSL | 330º | 0.94% | 0.67% | - |
HSV(B) | 330º | 0.62% | 0.98% | - |
XYZ | 50.87 | 31.31 | 42.39 | - |
YUV | 149.54 | 140.68 | 199.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 94 | 172 | 0 | 0.62 | 0.31 | 0.02 | 330 | 0.94 | 0.67 |
Hex | FA | 5E | AC | 0 | 3E | 1F | 2 | 14A | 5E | 43 |
Octal | 372 | 136 | 254 | 0 | 76 | 37 | 2 | 512 | 136 | 103 |
Binary | 11111010 | 1011110 | 10101100 | 0 | 111110 | 11111 | 10 | 101001010 | 1011110 | 1000011 |
Color Harmonies of #FA5EAC
Complementary color
Monochromatic Colors of #FA5EAC
Black with #FA5EAC
Text Example
Text Example
White with #FA5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5EAC; }
p { color: rgb(250,94,172); }
H1.HeaderClassName
{
color: #FA5EAC;
}
.AnyTagClassName
{
color: #FA5EAC;
}
</style>
background-color css
<style>
a { background-color: #FA5EAC; }
a { background-color: rgb(250,94,172); }
div.DivClassName
{
background-color: #FA5EAC;
}
.BgClassName
{
background-color: #FA5EAC;
}
</style>
border-color css
<style>
span { border-color: #FA5EAC; }
span { border-color: rgb(250,94,172); }
td.TdClassName
{
border-color: #FA5EAC;
}
.TagClassName
{
border-color: #FA5EAC;
}
</style>