Shades of Brilliant Rose #F068A0
Tints of Brilliant Rose #F068A0
RGB
CMYK
RGB Variations
Color information
#F068A0 (or 0xF068A0) is known color: Brilliant Rose. HEX triplet: F0, 68 and A0. RGB value is (240,104,160). Sum of RGB (Red+Green+Blue) = 240+104+160=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F068A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068A0 is #0F975F. Grayscale: #969696. Windows color (decimal): -1021792 or 10512624. OLE color: 10512624.
HSL color Cylindrical-coordinate representation of color #F068A0: hue angle of 335.29º 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 #F068A0 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 160 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.06 |
| HSL | 335.29º | 0.82% | 0.67% | - |
| HSV(B) | 335.29º | 0.57% | 0.94% | - |
| XYZ | 47.23 | 30.96 | 36.75 | - |
| YUV | 151.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 160 | 0 | 0.57 | 0.33 | 0.06 | 335.29 | 0.82 | 0.67 |
| Hex | F0 | 68 | A0 | 0 | 39 | 21 | 6 | 14F | 52 | 43 |
| Octal | 360 | 150 | 240 | 0 | 71 | 41 | 6 | 517 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10100000 | 0 | 111001 | 100001 | 110 | 101001111 | 1010010 | 1000011 |
Color Harmonies of #F068A0
Complementary color
Monochromatic Colors of #F068A0
Black with #F068A0
Text Example
Text Example
White with #F068A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068A0; }
p { color: rgb(240,104,160); }
H1.HeaderClassName
{
color: #F068A0;
}
.AnyTagClassName
{
color: #F068A0;
}
</style>
background-color css
<style>
a { background-color: #F068A0; }
a { background-color: rgb(240,104,160); }
div.DivClassName
{
background-color: #F068A0;
}
.BgClassName
{
background-color: #F068A0;
}
</style>
border-color css
<style>
span { border-color: #F068A0; }
span { border-color: rgb(240,104,160); }
td.TdClassName
{
border-color: #F068A0;
}
.TagClassName
{
border-color: #F068A0;
}
</style>