Shades of Brink Pink #F0638A
Tints of Brink Pink #F0638A
RGB
CMYK
RGB Variations
Color information
#F0638A (or 0xF0638A) is known color: Brink Pink. HEX triplet: F0, 63 and 8A. RGB value is (240,99,138). Sum of RGB (Red+Green+Blue) = 240+99+138=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0638A is #0F9C75. Grayscale: #919191. Windows color (decimal): -1023094 or 9069552. OLE color: 9069552.
HSL color Cylindrical-coordinate representation of color #F0638A: hue angle of 343.4º 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 #F0638A is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 138 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.06 |
| HSL | 343.4º | 0.82% | 0.66% | - |
| HSV(B) | 343.4º | 0.59% | 0.94% | - |
| XYZ | 44.98 | 29.28 | 27.33 | - |
| YUV | 145.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 138 | 0 | 0.59 | 0.42 | 0.06 | 343.4 | 0.82 | 0.66 |
| Hex | F0 | 63 | 8A | 0 | 3B | 2A | 6 | 157 | 52 | 42 |
| Octal | 360 | 143 | 212 | 0 | 73 | 52 | 6 | 527 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10001010 | 0 | 111011 | 101010 | 110 | 101010111 | 1010010 | 1000010 |
Color Harmonies of #F0638A
Complementary color
Monochromatic Colors of #F0638A
Black with #F0638A
Text Example
Text Example
White with #F0638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0638A; }
p { color: rgb(240,99,138); }
H1.HeaderClassName
{
color: #F0638A;
}
.AnyTagClassName
{
color: #F0638A;
}
</style>
background-color css
<style>
a { background-color: #F0638A; }
a { background-color: rgb(240,99,138); }
div.DivClassName
{
background-color: #F0638A;
}
.BgClassName
{
background-color: #F0638A;
}
</style>
border-color css
<style>
span { border-color: #F0638A; }
span { border-color: rgb(240,99,138); }
td.TdClassName
{
border-color: #F0638A;
}
.TagClassName
{
border-color: #F0638A;
}
</style>