Shades of Brink Pink #F75A83
Tints of Brink Pink #F75A83
RGB
CMYK
RGB Variations
Color information
#F75A83 (or 0xF75A83) is known color: Brink Pink. HEX triplet: F7, 5A and 83. RGB value is (247,90,131). Sum of RGB (Red+Green+Blue) = 247+90+131=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75A83 is #08A57C. Grayscale: #8D8D8D. Windows color (decimal): -566653 or 8608503. OLE color: 8608503.
HSL color Cylindrical-coordinate representation of color #F75A83: hue angle of 344.33º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75A83 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 131 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.03 |
| HSL | 344.33º | 0.91% | 0.66% | - |
| HSV(B) | 344.33º | 0.64% | 0.97% | - |
| XYZ | 46.11 | 28.73 | 24.59 | - |
| YUV | 141.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 131 | 0 | 0.64 | 0.47 | 0.03 | 344.33 | 0.91 | 0.66 |
| Hex | F7 | 5A | 83 | 0 | 40 | 2F | 3 | 158 | 5B | 42 |
| Octal | 367 | 132 | 203 | 0 | 100 | 57 | 3 | 530 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10000011 | 0 | 1000000 | 101111 | 11 | 101011000 | 1011011 | 1000010 |
Color Harmonies of #F75A83
Complementary color
Monochromatic Colors of #F75A83
Black with #F75A83
Text Example
Text Example
White with #F75A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A83; }
p { color: rgb(247,90,131); }
H1.HeaderClassName
{
color: #F75A83;
}
.AnyTagClassName
{
color: #F75A83;
}
</style>
background-color css
<style>
a { background-color: #F75A83; }
a { background-color: rgb(247,90,131); }
div.DivClassName
{
background-color: #F75A83;
}
.BgClassName
{
background-color: #F75A83;
}
</style>
border-color css
<style>
span { border-color: #F75A83; }
span { border-color: rgb(247,90,131); }
td.TdClassName
{
border-color: #F75A83;
}
.TagClassName
{
border-color: #F75A83;
}
</style>