Shades of Brink Pink #F35D81
Tints of Brink Pink #F35D81
RGB
CMYK
RGB Variations
Color information
#F35D81 (or 0xF35D81) is known color: Brink Pink. HEX triplet: F3, 5D and 81. RGB value is (243,93,129). Sum of RGB (Red+Green+Blue) = 243+93+129=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35D81 is #0CA27E. Grayscale: #8D8D8D. Windows color (decimal): -828031 or 8478195. OLE color: 8478195.
HSL color Cylindrical-coordinate representation of color #F35D81: hue angle of 345.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35D81 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 129 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.05 |
| HSL | 345.6º | 0.86% | 0.66% | - |
| HSV(B) | 345.6º | 0.62% | 0.95% | - |
| XYZ | 44.84 | 28.47 | 23.9 | - |
| YUV | 141.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 129 | 0 | 0.62 | 0.47 | 0.05 | 345.6 | 0.86 | 0.66 |
| Hex | F3 | 5D | 81 | 0 | 3E | 2F | 5 | 15A | 56 | 42 |
| Octal | 363 | 135 | 201 | 0 | 76 | 57 | 5 | 532 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10000001 | 0 | 111110 | 101111 | 101 | 101011010 | 1010110 | 1000010 |
Color Harmonies of #F35D81
Complementary color
Monochromatic Colors of #F35D81
Black with #F35D81
Text Example
Text Example
White with #F35D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35D81; }
p { color: rgb(243,93,129); }
H1.HeaderClassName
{
color: #F35D81;
}
.AnyTagClassName
{
color: #F35D81;
}
</style>
background-color css
<style>
a { background-color: #F35D81; }
a { background-color: rgb(243,93,129); }
div.DivClassName
{
background-color: #F35D81;
}
.BgClassName
{
background-color: #F35D81;
}
</style>
border-color css
<style>
span { border-color: #F35D81; }
span { border-color: rgb(243,93,129); }
td.TdClassName
{
border-color: #F35D81;
}
.TagClassName
{
border-color: #F35D81;
}
</style>