Shades of Brilliant Rose #F569A1
Tints of Brilliant Rose #F569A1
RGB
CMYK
RGB Variations
Color information
#F569A1 (or 0xF569A1) is known color: Brilliant Rose. HEX triplet: F5, 69 and A1. RGB value is (245,105,161). Sum of RGB (Red+Green+Blue) = 245+105+161=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F569A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F569A1 is #0A965E. Grayscale: #999999. Windows color (decimal): -693855 or 10578421. OLE color: 10578421.
HSL color Cylindrical-coordinate representation of color #F569A1: hue angle of 336º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569A1 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 161 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.04 |
| HSL | 336º | 0.88% | 0.69% | - |
| HSV(B) | 336º | 0.57% | 0.96% | - |
| XYZ | 49.14 | 32.09 | 37.32 | - |
| YUV | 153.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 161 | 0 | 0.57 | 0.34 | 0.04 | 336 | 0.88 | 0.69 |
| Hex | F5 | 69 | A1 | 0 | 39 | 22 | 4 | 150 | 58 | 45 |
| Octal | 365 | 151 | 241 | 0 | 71 | 42 | 4 | 520 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10100001 | 0 | 111001 | 100010 | 100 | 101010000 | 1011000 | 1000101 |
Color Harmonies of #F569A1
Complementary color
Monochromatic Colors of #F569A1
Black with #F569A1
Text Example
Text Example
White with #F569A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569A1; }
p { color: rgb(245,105,161); }
H1.HeaderClassName
{
color: #F569A1;
}
.AnyTagClassName
{
color: #F569A1;
}
</style>
background-color css
<style>
a { background-color: #F569A1; }
a { background-color: rgb(245,105,161); }
div.DivClassName
{
background-color: #F569A1;
}
.BgClassName
{
background-color: #F569A1;
}
</style>
border-color css
<style>
span { border-color: #F569A1; }
span { border-color: rgb(245,105,161); }
td.TdClassName
{
border-color: #F569A1;
}
.TagClassName
{
border-color: #F569A1;
}
</style>