Shades of Brilliant Rose #F0699F
Tints of Brilliant Rose #F0699F
RGB
CMYK
RGB Variations
Color information
#F0699F (or 0xF0699F) is known color: Brilliant Rose. HEX triplet: F0, 69 and 9F. RGB value is (240,105,159). Sum of RGB (Red+Green+Blue) = 240+105+159=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0699F is #0F9660. Grayscale: #979797. Windows color (decimal): -1021537 or 10447344. OLE color: 10447344.
HSL color Cylindrical-coordinate representation of color #F0699F: hue angle of 336º 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 #F0699F is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 159 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.06 |
| HSL | 336º | 0.82% | 0.68% | - |
| HSV(B) | 336º | 0.56% | 0.94% | - |
| XYZ | 47.24 | 31.13 | 36.32 | - |
| YUV | 151.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 159 | 0 | 0.56 | 0.34 | 0.06 | 336 | 0.82 | 0.68 |
| Hex | F0 | 69 | 9F | 0 | 38 | 22 | 6 | 150 | 52 | 44 |
| Octal | 360 | 151 | 237 | 0 | 70 | 42 | 6 | 520 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10011111 | 0 | 111000 | 100010 | 110 | 101010000 | 1010010 | 1000100 |
Color Harmonies of #F0699F
Complementary color
Monochromatic Colors of #F0699F
Black with #F0699F
Text Example
Text Example
White with #F0699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0699F; }
p { color: rgb(240,105,159); }
H1.HeaderClassName
{
color: #F0699F;
}
.AnyTagClassName
{
color: #F0699F;
}
</style>
background-color css
<style>
a { background-color: #F0699F; }
a { background-color: rgb(240,105,159); }
div.DivClassName
{
background-color: #F0699F;
}
.BgClassName
{
background-color: #F0699F;
}
</style>
border-color css
<style>
span { border-color: #F0699F; }
span { border-color: rgb(240,105,159); }
td.TdClassName
{
border-color: #F0699F;
}
.TagClassName
{
border-color: #F0699F;
}
</style>