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