Shades of Brilliant Rose #F069A0
Tints of Brilliant Rose #F069A0
RGB
CMYK
RGB Variations
Color information
#F069A0 (or 0xF069A0) is known color: Brilliant Rose. HEX triplet: F0, 69 and A0. RGB value is (240,105,160). Sum of RGB (Red+Green+Blue) = 240+105+160=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F069A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069A0 is #0F965F. Grayscale: #979797. Windows color (decimal): -1021536 or 10512880. OLE color: 10512880.
HSL color Cylindrical-coordinate representation of color #F069A0: hue angle of 335.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069A0 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 160 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.06 |
| HSL | 335.56º | 0.82% | 0.68% | - |
| HSV(B) | 335.56º | 0.56% | 0.94% | - |
| XYZ | 47.33 | 31.17 | 36.78 | - |
| YUV | 151.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 160 | 0 | 0.56 | 0.33 | 0.06 | 335.56 | 0.82 | 0.68 |
| Hex | F0 | 69 | A0 | 0 | 38 | 21 | 6 | 150 | 52 | 44 |
| Octal | 360 | 151 | 240 | 0 | 70 | 41 | 6 | 520 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10100000 | 0 | 111000 | 100001 | 110 | 101010000 | 1010010 | 1000100 |
Color Harmonies of #F069A0
Complementary color
Monochromatic Colors of #F069A0
Black with #F069A0
Text Example
Text Example
White with #F069A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069A0; }
p { color: rgb(240,105,160); }
H1.HeaderClassName
{
color: #F069A0;
}
.AnyTagClassName
{
color: #F069A0;
}
</style>
background-color css
<style>
a { background-color: #F069A0; }
a { background-color: rgb(240,105,160); }
div.DivClassName
{
background-color: #F069A0;
}
.BgClassName
{
background-color: #F069A0;
}
</style>
border-color css
<style>
span { border-color: #F069A0; }
span { border-color: rgb(240,105,160); }
td.TdClassName
{
border-color: #F069A0;
}
.TagClassName
{
border-color: #F069A0;
}
</style>