Shades of Brink Pink #F3607D
Tints of Brink Pink #F3607D
RGB
CMYK
RGB Variations
Color information
#F3607D (or 0xF3607D) is known color: Brink Pink. HEX triplet: F3, 60 and 7D. RGB value is (243,96,125). Sum of RGB (Red+Green+Blue) = 243+96+125=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3607D is #0C9F82. Grayscale: #8F8F8F. Windows color (decimal): -827267 or 8216819. OLE color: 8216819.
HSL color Cylindrical-coordinate representation of color #F3607D: hue angle of 348.16º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3607D is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 125 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.05 |
| HSL | 348.16º | 0.86% | 0.66% | - |
| HSV(B) | 348.16º | 0.6% | 0.95% | - |
| XYZ | 44.85 | 28.9 | 22.62 | - |
| YUV | 143.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 125 | 0 | 0.60 | 0.49 | 0.05 | 348.16 | 0.86 | 0.66 |
| Hex | F3 | 60 | 7D | 0 | 3C | 31 | 5 | 15C | 56 | 42 |
| Octal | 363 | 140 | 175 | 0 | 74 | 61 | 5 | 534 | 126 | 102 |
| Binary | 11110011 | 1100000 | 1111101 | 0 | 111100 | 110001 | 101 | 101011100 | 1010110 | 1000010 |
Color Harmonies of #F3607D
Complementary color
Monochromatic Colors of #F3607D
Black with #F3607D
Text Example
Text Example
White with #F3607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3607D; }
p { color: rgb(243,96,125); }
H1.HeaderClassName
{
color: #F3607D;
}
.AnyTagClassName
{
color: #F3607D;
}
</style>
background-color css
<style>
a { background-color: #F3607D; }
a { background-color: rgb(243,96,125); }
div.DivClassName
{
background-color: #F3607D;
}
.BgClassName
{
background-color: #F3607D;
}
</style>
border-color css
<style>
span { border-color: #F3607D; }
span { border-color: rgb(243,96,125); }
td.TdClassName
{
border-color: #F3607D;
}
.TagClassName
{
border-color: #F3607D;
}
</style>