Shades of Brink Pink #F0628C
Tints of Brink Pink #F0628C
RGB
CMYK
RGB Variations
Color information
#F0628C (or 0xF0628C) is known color: Brink Pink. HEX triplet: F0, 62 and 8C. RGB value is (240,98,140). Sum of RGB (Red+Green+Blue) = 240+98+140=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0628C is #0F9D73. Grayscale: #919191. Windows color (decimal): -1023348 or 9200368. OLE color: 9200368.
HSL color Cylindrical-coordinate representation of color #F0628C: hue angle of 342.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0628C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 140 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.06 |
| HSL | 342.25º | 0.83% | 0.66% | - |
| HSV(B) | 342.25º | 0.59% | 0.94% | - |
| XYZ | 45.04 | 29.15 | 28.06 | - |
| YUV | 145.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 140 | 0 | 0.59 | 0.42 | 0.06 | 342.25 | 0.83 | 0.66 |
| Hex | F0 | 62 | 8C | 0 | 3B | 2A | 6 | 156 | 53 | 42 |
| Octal | 360 | 142 | 214 | 0 | 73 | 52 | 6 | 526 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10001100 | 0 | 111011 | 101010 | 110 | 101010110 | 1010011 | 1000010 |
Color Harmonies of #F0628C
Complementary color
Monochromatic Colors of #F0628C
Black with #F0628C
Text Example
Text Example
White with #F0628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0628C; }
p { color: rgb(240,98,140); }
H1.HeaderClassName
{
color: #F0628C;
}
.AnyTagClassName
{
color: #F0628C;
}
</style>
background-color css
<style>
a { background-color: #F0628C; }
a { background-color: rgb(240,98,140); }
div.DivClassName
{
background-color: #F0628C;
}
.BgClassName
{
background-color: #F0628C;
}
</style>
border-color css
<style>
span { border-color: #F0628C; }
span { border-color: rgb(240,98,140); }
td.TdClassName
{
border-color: #F0628C;
}
.TagClassName
{
border-color: #F0628C;
}
</style>