Shades of Brink Pink #F0638B
Tints of Brink Pink #F0638B
RGB
CMYK
RGB Variations
Color information
#F0638B (or 0xF0638B) is known color: Brink Pink. HEX triplet: F0, 63 and 8B. RGB value is (240,99,139). Sum of RGB (Red+Green+Blue) = 240+99+139=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0638B is #0F9C74. Grayscale: #919191. Windows color (decimal): -1023093 or 9135088. OLE color: 9135088.
HSL color Cylindrical-coordinate representation of color #F0638B: hue angle of 342.98º degrees, saturation: 0.82, 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 #F0638B is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 139 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.06 |
| HSL | 342.98º | 0.82% | 0.66% | - |
| HSV(B) | 342.98º | 0.59% | 0.94% | - |
| XYZ | 45.06 | 29.31 | 27.71 | - |
| YUV | 145.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 139 | 0 | 0.59 | 0.42 | 0.06 | 342.98 | 0.82 | 0.66 |
| Hex | F0 | 63 | 8B | 0 | 3B | 2A | 6 | 157 | 52 | 42 |
| Octal | 360 | 143 | 213 | 0 | 73 | 52 | 6 | 527 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10001011 | 0 | 111011 | 101010 | 110 | 101010111 | 1010010 | 1000010 |
Color Harmonies of #F0638B
Complementary color
Monochromatic Colors of #F0638B
Black with #F0638B
Text Example
Text Example
White with #F0638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0638B; }
p { color: rgb(240,99,139); }
H1.HeaderClassName
{
color: #F0638B;
}
.AnyTagClassName
{
color: #F0638B;
}
</style>
background-color css
<style>
a { background-color: #F0638B; }
a { background-color: rgb(240,99,139); }
div.DivClassName
{
background-color: #F0638B;
}
.BgClassName
{
background-color: #F0638B;
}
</style>
border-color css
<style>
span { border-color: #F0638B; }
span { border-color: rgb(240,99,139); }
td.TdClassName
{
border-color: #F0638B;
}
.TagClassName
{
border-color: #F0638B;
}
</style>