Shades of Brink Pink #F35D7E
Tints of Brink Pink #F35D7E
RGB
CMYK
RGB Variations
Color information
#F35D7E (or 0xF35D7E) is known color: Brink Pink. HEX triplet: F3, 5D and 7E. RGB value is (243,93,126). Sum of RGB (Red+Green+Blue) = 243+93+126=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35D7E is #0CA281. Grayscale: #8D8D8D. Windows color (decimal): -828034 or 8281587. OLE color: 8281587.
HSL color Cylindrical-coordinate representation of color #F35D7E: hue angle of 346.8º 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 #F35D7E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 126 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.05 |
| HSL | 346.8º | 0.86% | 0.66% | - |
| HSV(B) | 346.8º | 0.62% | 0.95% | - |
| XYZ | 44.64 | 28.39 | 22.87 | - |
| YUV | 141.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 126 | 0 | 0.62 | 0.48 | 0.05 | 346.8 | 0.86 | 0.66 |
| Hex | F3 | 5D | 7E | 0 | 3E | 30 | 5 | 15B | 56 | 42 |
| Octal | 363 | 135 | 176 | 0 | 76 | 60 | 5 | 533 | 126 | 102 |
| Binary | 11110011 | 1011101 | 1111110 | 0 | 111110 | 110000 | 101 | 101011011 | 1010110 | 1000010 |
Color Harmonies of #F35D7E
Complementary color
Monochromatic Colors of #F35D7E
Black with #F35D7E
Text Example
Text Example
White with #F35D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35D7E; }
p { color: rgb(243,93,126); }
H1.HeaderClassName
{
color: #F35D7E;
}
.AnyTagClassName
{
color: #F35D7E;
}
</style>
background-color css
<style>
a { background-color: #F35D7E; }
a { background-color: rgb(243,93,126); }
div.DivClassName
{
background-color: #F35D7E;
}
.BgClassName
{
background-color: #F35D7E;
}
</style>
border-color css
<style>
span { border-color: #F35D7E; }
span { border-color: rgb(243,93,126); }
td.TdClassName
{
border-color: #F35D7E;
}
.TagClassName
{
border-color: #F35D7E;
}
</style>