Shades of Brink Pink #F0667A
Tints of Brink Pink #F0667A
RGB
CMYK
RGB Variations
Color information
#F0667A (or 0xF0667A) is known color: Brink Pink. HEX triplet: F0, 66 and 7A. RGB value is (240,102,122). Sum of RGB (Red+Green+Blue) = 240+102+122=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0667A is #0F9985. Grayscale: #919191. Windows color (decimal): -1022342 or 8021744. OLE color: 8021744.
HSL color Cylindrical-coordinate representation of color #F0667A: hue angle of 351.3º 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 #F0667A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 122 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.06 |
| HSL | 351.3º | 0.82% | 0.67% | - |
| HSV(B) | 351.3º | 0.58% | 0.94% | - |
| XYZ | 44.2 | 29.43 | 21.76 | - |
| YUV | 145.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 122 | 0 | 0.58 | 0.49 | 0.06 | 351.3 | 0.82 | 0.67 |
| Hex | F0 | 66 | 7A | 0 | 3A | 31 | 6 | 15F | 52 | 43 |
| Octal | 360 | 146 | 172 | 0 | 72 | 61 | 6 | 537 | 122 | 103 |
| Binary | 11110000 | 1100110 | 1111010 | 0 | 111010 | 110001 | 110 | 101011111 | 1010010 | 1000011 |
Color Harmonies of #F0667A
Complementary color
Monochromatic Colors of #F0667A
Black with #F0667A
Text Example
Text Example
White with #F0667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0667A; }
p { color: rgb(240,102,122); }
H1.HeaderClassName
{
color: #F0667A;
}
.AnyTagClassName
{
color: #F0667A;
}
</style>
background-color css
<style>
a { background-color: #F0667A; }
a { background-color: rgb(240,102,122); }
div.DivClassName
{
background-color: #F0667A;
}
.BgClassName
{
background-color: #F0667A;
}
</style>
border-color css
<style>
span { border-color: #F0667A; }
span { border-color: rgb(240,102,122); }
td.TdClassName
{
border-color: #F0667A;
}
.TagClassName
{
border-color: #F0667A;
}
</style>