Shades of Brilliant Rose #F0669F
Tints of Brilliant Rose #F0669F
RGB
CMYK
RGB Variations
Color information
#F0669F (or 0xF0669F) is known color: Brilliant Rose. HEX triplet: F0, 66 and 9F. RGB value is (240,102,159). Sum of RGB (Red+Green+Blue) = 240+102+159=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0669F is #0F9960. Grayscale: #959595. Windows color (decimal): -1022305 or 10446576. OLE color: 10446576.
HSL color Cylindrical-coordinate representation of color #F0669F: hue angle of 335.22º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0669F is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 159 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.06 |
| HSL | 335.22º | 0.82% | 0.67% | - |
| HSV(B) | 335.22º | 0.58% | 0.94% | - |
| XYZ | 46.94 | 30.53 | 36.22 | - |
| YUV | 149.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 159 | 0 | 0.58 | 0.34 | 0.06 | 335.22 | 0.82 | 0.67 |
| Hex | F0 | 66 | 9F | 0 | 3A | 22 | 6 | 14F | 52 | 43 |
| Octal | 360 | 146 | 237 | 0 | 72 | 42 | 6 | 517 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10011111 | 0 | 111010 | 100010 | 110 | 101001111 | 1010010 | 1000011 |
Color Harmonies of #F0669F
Complementary color
Monochromatic Colors of #F0669F
Black with #F0669F
Text Example
Text Example
White with #F0669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0669F; }
p { color: rgb(240,102,159); }
H1.HeaderClassName
{
color: #F0669F;
}
.AnyTagClassName
{
color: #F0669F;
}
</style>
background-color css
<style>
a { background-color: #F0669F; }
a { background-color: rgb(240,102,159); }
div.DivClassName
{
background-color: #F0669F;
}
.BgClassName
{
background-color: #F0669F;
}
</style>
border-color css
<style>
span { border-color: #F0669F; }
span { border-color: rgb(240,102,159); }
td.TdClassName
{
border-color: #F0669F;
}
.TagClassName
{
border-color: #F0669F;
}
</style>