Shades of Brink Pink #F35C7D
Tints of Brink Pink #F35C7D
RGB
CMYK
RGB Variations
Color information
#F35C7D (or 0xF35C7D) is known color: Brink Pink. HEX triplet: F3, 5C and 7D. RGB value is (243,92,125). Sum of RGB (Red+Green+Blue) = 243+92+125=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C7D is #0CA382. Grayscale: #8C8C8C. Windows color (decimal): -828291 or 8215795. OLE color: 8215795.
HSL color Cylindrical-coordinate representation of color #F35C7D: hue angle of 346.89º 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 #F35C7D is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 125 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.05 |
| HSL | 346.89º | 0.86% | 0.66% | - |
| HSV(B) | 346.89º | 0.62% | 0.95% | - |
| XYZ | 44.49 | 28.19 | 22.5 | - |
| YUV | 140.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 125 | 0 | 0.62 | 0.49 | 0.05 | 346.89 | 0.86 | 0.66 |
| Hex | F3 | 5C | 7D | 0 | 3E | 31 | 5 | 15B | 56 | 42 |
| Octal | 363 | 134 | 175 | 0 | 76 | 61 | 5 | 533 | 126 | 102 |
| Binary | 11110011 | 1011100 | 1111101 | 0 | 111110 | 110001 | 101 | 101011011 | 1010110 | 1000010 |
Color Harmonies of #F35C7D
Complementary color
Monochromatic Colors of #F35C7D
Black with #F35C7D
Text Example
Text Example
White with #F35C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C7D; }
p { color: rgb(243,92,125); }
H1.HeaderClassName
{
color: #F35C7D;
}
.AnyTagClassName
{
color: #F35C7D;
}
</style>
background-color css
<style>
a { background-color: #F35C7D; }
a { background-color: rgb(243,92,125); }
div.DivClassName
{
background-color: #F35C7D;
}
.BgClassName
{
background-color: #F35C7D;
}
</style>
border-color css
<style>
span { border-color: #F35C7D; }
span { border-color: rgb(243,92,125); }
td.TdClassName
{
border-color: #F35C7D;
}
.TagClassName
{
border-color: #F35C7D;
}
</style>