Shades of Brilliant Rose #F065A0
Tints of Brilliant Rose #F065A0
RGB
CMYK
RGB Variations
Color information
#F065A0 (or 0xF065A0) is known color: Brilliant Rose. HEX triplet: F0, 65 and A0. RGB value is (240,101,160). Sum of RGB (Red+Green+Blue) = 240+101+160=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F065A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065A0 is #0F9A5F. Grayscale: #959595. Windows color (decimal): -1022560 or 10511856. OLE color: 10511856.
HSL color Cylindrical-coordinate representation of color #F065A0: hue angle of 334.53º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065A0 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 160 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.06 |
| HSL | 334.53º | 0.82% | 0.67% | - |
| HSV(B) | 334.53º | 0.58% | 0.94% | - |
| XYZ | 46.93 | 30.37 | 36.65 | - |
| YUV | 149.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 160 | 0 | 0.58 | 0.33 | 0.06 | 334.53 | 0.82 | 0.67 |
| Hex | F0 | 65 | A0 | 0 | 3A | 21 | 6 | 14F | 52 | 43 |
| Octal | 360 | 145 | 240 | 0 | 72 | 41 | 6 | 517 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10100000 | 0 | 111010 | 100001 | 110 | 101001111 | 1010010 | 1000011 |
Color Harmonies of #F065A0
Complementary color
Monochromatic Colors of #F065A0
Black with #F065A0
Text Example
Text Example
White with #F065A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065A0; }
p { color: rgb(240,101,160); }
H1.HeaderClassName
{
color: #F065A0;
}
.AnyTagClassName
{
color: #F065A0;
}
</style>
background-color css
<style>
a { background-color: #F065A0; }
a { background-color: rgb(240,101,160); }
div.DivClassName
{
background-color: #F065A0;
}
.BgClassName
{
background-color: #F065A0;
}
</style>
border-color css
<style>
span { border-color: #F065A0; }
span { border-color: rgb(240,101,160); }
td.TdClassName
{
border-color: #F065A0;
}
.TagClassName
{
border-color: #F065A0;
}
</style>