Shades of Brink Pink #F06478
Tints of Brink Pink #F06478
RGB
CMYK
RGB Variations
Color information
#F06478 (or 0xF06478) is known color: Brink Pink. HEX triplet: F0, 64 and 78. RGB value is (240,100,120). Sum of RGB (Red+Green+Blue) = 240+100+120=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F06478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06478 is #0F9B87. Grayscale: #909090. Windows color (decimal): -1022856 or 7890160. OLE color: 7890160.
HSL color Cylindrical-coordinate representation of color #F06478: hue angle of 351.43º 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 #F06478 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 120 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.06 |
| HSL | 351.43º | 0.82% | 0.67% | - |
| HSV(B) | 351.43º | 0.58% | 0.94% | - |
| XYZ | 43.88 | 29 | 21.05 | - |
| YUV | 144.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 120 | 0 | 0.58 | 0.5 | 0.06 | 351.43 | 0.82 | 0.67 |
| Hex | F0 | 64 | 78 | 0 | 3A | 32 | 6 | 15F | 52 | 43 |
| Octal | 360 | 144 | 170 | 0 | 72 | 62 | 6 | 537 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1111000 | 0 | 111010 | 110010 | 110 | 101011111 | 1010010 | 1000011 |
Color Harmonies of #F06478
Complementary color
Monochromatic Colors of #F06478
Black with #F06478
Text Example
Text Example
White with #F06478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06478; }
p { color: rgb(240,100,120); }
H1.HeaderClassName
{
color: #F06478;
}
.AnyTagClassName
{
color: #F06478;
}
</style>
background-color css
<style>
a { background-color: #F06478; }
a { background-color: rgb(240,100,120); }
div.DivClassName
{
background-color: #F06478;
}
.BgClassName
{
background-color: #F06478;
}
</style>
border-color css
<style>
span { border-color: #F06478; }
span { border-color: rgb(240,100,120); }
td.TdClassName
{
border-color: #F06478;
}
.TagClassName
{
border-color: #F06478;
}
</style>