Shades of Brilliant Rose #FA67A0
Tints of Brilliant Rose #FA67A0
RGB
CMYK
RGB Variations
Color information
#FA67A0 (or 0xFA67A0) is known color: Brilliant Rose. HEX triplet: FA, 67 and A0. RGB value is (250,103,160). Sum of RGB (Red+Green+Blue) = 250+103+160=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA67A0 is #05985F. Grayscale: #999999. Windows color (decimal): -366688 or 10512378. OLE color: 10512378.
HSL color Cylindrical-coordinate representation of color #FA67A0: hue angle of 336.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA67A0 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 160 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.02 |
| HSL | 336.73º | 0.94% | 0.69% | - |
| HSV(B) | 336.73º | 0.59% | 0.98% | - |
| XYZ | 50.62 | 32.56 | 36.87 | - |
| YUV | 153.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 160 | 0 | 0.59 | 0.36 | 0.02 | 336.73 | 0.94 | 0.69 |
| Hex | FA | 67 | A0 | 0 | 3B | 24 | 2 | 151 | 5E | 45 |
| Octal | 372 | 147 | 240 | 0 | 73 | 44 | 2 | 521 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10100000 | 0 | 111011 | 100100 | 10 | 101010001 | 1011110 | 1000101 |
Color Harmonies of #FA67A0
Complementary color
Monochromatic Colors of #FA67A0
Black with #FA67A0
Text Example
Text Example
White with #FA67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA67A0; }
p { color: rgb(250,103,160); }
H1.HeaderClassName
{
color: #FA67A0;
}
.AnyTagClassName
{
color: #FA67A0;
}
</style>
background-color css
<style>
a { background-color: #FA67A0; }
a { background-color: rgb(250,103,160); }
div.DivClassName
{
background-color: #FA67A0;
}
.BgClassName
{
background-color: #FA67A0;
}
</style>
border-color css
<style>
span { border-color: #FA67A0; }
span { border-color: rgb(250,103,160); }
td.TdClassName
{
border-color: #FA67A0;
}
.TagClassName
{
border-color: #FA67A0;
}
</style>