Shades of Brilliant Rose #F064A4
Tints of Brilliant Rose #F064A4
RGB
CMYK
RGB Variations
Color information
#F064A4 (or 0xF064A4) is known color: Brilliant Rose. HEX triplet: F0, 64 and A4. RGB value is (240,100,164). Sum of RGB (Red+Green+Blue) = 240+100+164=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F064A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F064A4 is #0F9B5B. Grayscale: #959595. Windows color (decimal): -1022812 or 10773744. OLE color: 10773744.
HSL color Cylindrical-coordinate representation of color #F064A4: hue angle of 332.57º 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 #F064A4 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 164 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.06 |
| HSL | 332.57º | 0.82% | 0.67% | - |
| HSV(B) | 332.57º | 0.58% | 0.94% | - |
| XYZ | 47.19 | 30.32 | 38.49 | - |
| YUV | 149.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 164 | 0 | 0.58 | 0.32 | 0.06 | 332.57 | 0.82 | 0.67 |
| Hex | F0 | 64 | A4 | 0 | 3A | 20 | 6 | 14D | 52 | 43 |
| Octal | 360 | 144 | 244 | 0 | 72 | 40 | 6 | 515 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10100100 | 0 | 111010 | 100000 | 110 | 101001101 | 1010010 | 1000011 |
Color Harmonies of #F064A4
Complementary color
Monochromatic Colors of #F064A4
Black with #F064A4
Text Example
Text Example
White with #F064A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064A4; }
p { color: rgb(240,100,164); }
H1.HeaderClassName
{
color: #F064A4;
}
.AnyTagClassName
{
color: #F064A4;
}
</style>
background-color css
<style>
a { background-color: #F064A4; }
a { background-color: rgb(240,100,164); }
div.DivClassName
{
background-color: #F064A4;
}
.BgClassName
{
background-color: #F064A4;
}
</style>
border-color css
<style>
span { border-color: #F064A4; }
span { border-color: rgb(240,100,164); }
td.TdClassName
{
border-color: #F064A4;
}
.TagClassName
{
border-color: #F064A4;
}
</style>