Shades of Brink Pink #F75D8A
Tints of Brink Pink #F75D8A
RGB
CMYK
RGB Variations
Color information
#F75D8A (or 0xF75D8A) is known color: Brink Pink. HEX triplet: F7, 5D and 8A. RGB value is (247,93,138). Sum of RGB (Red+Green+Blue) = 247+93+138=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75D8A is #08A275. Grayscale: #909090. Windows color (decimal): -565878 or 9068023. OLE color: 9068023.
HSL color Cylindrical-coordinate representation of color #F75D8A: hue angle of 342.47º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75D8A is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 138 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.03 |
| HSL | 342.47º | 0.91% | 0.67% | - |
| HSV(B) | 342.47º | 0.62% | 0.97% | - |
| XYZ | 46.86 | 29.44 | 27.26 | - |
| YUV | 144.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 138 | 0 | 0.62 | 0.44 | 0.03 | 342.47 | 0.91 | 0.67 |
| Hex | F7 | 5D | 8A | 0 | 3E | 2C | 3 | 156 | 5B | 43 |
| Octal | 367 | 135 | 212 | 0 | 76 | 54 | 3 | 526 | 133 | 103 |
| Binary | 11110111 | 1011101 | 10001010 | 0 | 111110 | 101100 | 11 | 101010110 | 1011011 | 1000011 |
Color Harmonies of #F75D8A
Complementary color
Monochromatic Colors of #F75D8A
Black with #F75D8A
Text Example
Text Example
White with #F75D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D8A; }
p { color: rgb(247,93,138); }
H1.HeaderClassName
{
color: #F75D8A;
}
.AnyTagClassName
{
color: #F75D8A;
}
</style>
background-color css
<style>
a { background-color: #F75D8A; }
a { background-color: rgb(247,93,138); }
div.DivClassName
{
background-color: #F75D8A;
}
.BgClassName
{
background-color: #F75D8A;
}
</style>
border-color css
<style>
span { border-color: #F75D8A; }
span { border-color: rgb(247,93,138); }
td.TdClassName
{
border-color: #F75D8A;
}
.TagClassName
{
border-color: #F75D8A;
}
</style>