Shades of Brink Pink #F35E8C
Tints of Brink Pink #F35E8C
RGB
CMYK
RGB Variations
Color information
#F35E8C (or 0xF35E8C) is known color: Brink Pink. HEX triplet: F3, 5E and 8C. RGB value is (243,94,140). Sum of RGB (Red+Green+Blue) = 243+94+140=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35E8C is #0CA173. Grayscale: #8F8F8F. Windows color (decimal): -827764 or 9199347. OLE color: 9199347.
HSL color Cylindrical-coordinate representation of color #F35E8C: hue angle of 341.48º 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 #F35E8C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 94 | 140 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.05 |
| HSL | 341.48º | 0.86% | 0.66% | - |
| HSV(B) | 341.48º | 0.61% | 0.95% | - |
| XYZ | 45.7 | 28.95 | 27.99 | - |
| YUV | 143.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 94 | 140 | 0 | 0.61 | 0.42 | 0.05 | 341.48 | 0.86 | 0.66 |
| Hex | F3 | 5E | 8C | 0 | 3D | 2A | 5 | 155 | 56 | 42 |
| Octal | 363 | 136 | 214 | 0 | 75 | 52 | 5 | 525 | 126 | 102 |
| Binary | 11110011 | 1011110 | 10001100 | 0 | 111101 | 101010 | 101 | 101010101 | 1010110 | 1000010 |
Color Harmonies of #F35E8C
Complementary color
Monochromatic Colors of #F35E8C
Black with #F35E8C
Text Example
Text Example
White with #F35E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35E8C; }
p { color: rgb(243,94,140); }
H1.HeaderClassName
{
color: #F35E8C;
}
.AnyTagClassName
{
color: #F35E8C;
}
</style>
background-color css
<style>
a { background-color: #F35E8C; }
a { background-color: rgb(243,94,140); }
div.DivClassName
{
background-color: #F35E8C;
}
.BgClassName
{
background-color: #F35E8C;
}
</style>
border-color css
<style>
span { border-color: #F35E8C; }
span { border-color: rgb(243,94,140); }
td.TdClassName
{
border-color: #F35E8C;
}
.TagClassName
{
border-color: #F35E8C;
}
</style>