Shades of Brink Pink #F35F8D
Tints of Brink Pink #F35F8D
RGB
CMYK
RGB Variations
Color information
#F35F8D (or 0xF35F8D) is known color: Brink Pink. HEX triplet: F3, 5F and 8D. RGB value is (243,95,141). Sum of RGB (Red+Green+Blue) = 243+95+141=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35F8D is #0CA072. Grayscale: #909090. Windows color (decimal): -827507 or 9265139. OLE color: 9265139.
HSL color Cylindrical-coordinate representation of color #F35F8D: hue angle of 341.35º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35F8D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 95 | 141 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.05 |
| HSL | 341.35º | 0.86% | 0.66% | - |
| HSV(B) | 341.35º | 0.61% | 0.95% | - |
| XYZ | 45.86 | 29.16 | 28.41 | - |
| YUV | 144.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 95 | 141 | 0 | 0.61 | 0.42 | 0.05 | 341.35 | 0.86 | 0.66 |
| Hex | F3 | 5F | 8D | 0 | 3D | 2A | 5 | 155 | 56 | 42 |
| Octal | 363 | 137 | 215 | 0 | 75 | 52 | 5 | 525 | 126 | 102 |
| Binary | 11110011 | 1011111 | 10001101 | 0 | 111101 | 101010 | 101 | 101010101 | 1010110 | 1000010 |
Color Harmonies of #F35F8D
Complementary color
Monochromatic Colors of #F35F8D
Black with #F35F8D
Text Example
Text Example
White with #F35F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35F8D; }
p { color: rgb(243,95,141); }
H1.HeaderClassName
{
color: #F35F8D;
}
.AnyTagClassName
{
color: #F35F8D;
}
</style>
background-color css
<style>
a { background-color: #F35F8D; }
a { background-color: rgb(243,95,141); }
div.DivClassName
{
background-color: #F35F8D;
}
.BgClassName
{
background-color: #F35F8D;
}
</style>
border-color css
<style>
span { border-color: #F35F8D; }
span { border-color: rgb(243,95,141); }
td.TdClassName
{
border-color: #F35F8D;
}
.TagClassName
{
border-color: #F35F8D;
}
</style>