Shades of Brilliant Rose #FA669F
Tints of Brilliant Rose #FA669F
RGB
CMYK
RGB Variations
Color information
#FA669F (or 0xFA669F) is known color: Brilliant Rose. HEX triplet: FA, 66 and 9F. RGB value is (250,102,159). Sum of RGB (Red+Green+Blue) = 250+102+159=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA669F is #059960. Grayscale: #989898. Windows color (decimal): -366945 or 10446586. OLE color: 10446586.
HSL color Cylindrical-coordinate representation of color #FA669F: hue angle of 336.89º 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 #FA669F is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 159 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.02 |
| HSL | 336.89º | 0.94% | 0.69% | - |
| HSV(B) | 336.89º | 0.59% | 0.98% | - |
| XYZ | 50.43 | 32.33 | 36.38 | - |
| YUV | 152.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 159 | 0 | 0.59 | 0.36 | 0.02 | 336.89 | 0.94 | 0.69 |
| Hex | FA | 66 | 9F | 0 | 3B | 24 | 2 | 151 | 5E | 45 |
| Octal | 372 | 146 | 237 | 0 | 73 | 44 | 2 | 521 | 136 | 105 |
| Binary | 11111010 | 1100110 | 10011111 | 0 | 111011 | 100100 | 10 | 101010001 | 1011110 | 1000101 |
Color Harmonies of #FA669F
Complementary color
Monochromatic Colors of #FA669F
Black with #FA669F
Text Example
Text Example
White with #FA669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA669F; }
p { color: rgb(250,102,159); }
H1.HeaderClassName
{
color: #FA669F;
}
.AnyTagClassName
{
color: #FA669F;
}
</style>
background-color css
<style>
a { background-color: #FA669F; }
a { background-color: rgb(250,102,159); }
div.DivClassName
{
background-color: #FA669F;
}
.BgClassName
{
background-color: #FA669F;
}
</style>
border-color css
<style>
span { border-color: #FA669F; }
span { border-color: rgb(250,102,159); }
td.TdClassName
{
border-color: #FA669F;
}
.TagClassName
{
border-color: #FA669F;
}
</style>