Shades of Brink Pink #F3607A
Tints of Brink Pink #F3607A
RGB
CMYK
RGB Variations
Color information
#F3607A (or 0xF3607A) is known color: Brink Pink. HEX triplet: F3, 60 and 7A. RGB value is (243,96,122). Sum of RGB (Red+Green+Blue) = 243+96+122=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F3607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3607A is #0C9F85. Grayscale: #8E8E8E. Windows color (decimal): -827270 or 8020211. OLE color: 8020211.
HSL color Cylindrical-coordinate representation of color #F3607A: hue angle of 349.39º 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 #F3607A is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 122 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.05 |
| HSL | 349.39º | 0.86% | 0.66% | - |
| HSV(B) | 349.39º | 0.6% | 0.95% | - |
| XYZ | 44.66 | 28.83 | 21.62 | - |
| YUV | 142.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 122 | 0 | 0.60 | 0.50 | 0.05 | 349.39 | 0.86 | 0.66 |
| Hex | F3 | 60 | 7A | 0 | 3C | 32 | 5 | 15D | 56 | 42 |
| Octal | 363 | 140 | 172 | 0 | 74 | 62 | 5 | 535 | 126 | 102 |
| Binary | 11110011 | 1100000 | 1111010 | 0 | 111100 | 110010 | 101 | 101011101 | 1010110 | 1000010 |
Color Harmonies of #F3607A
Complementary color
Monochromatic Colors of #F3607A
Black with #F3607A
Text Example
Text Example
White with #F3607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3607A; }
p { color: rgb(243,96,122); }
H1.HeaderClassName
{
color: #F3607A;
}
.AnyTagClassName
{
color: #F3607A;
}
</style>
background-color css
<style>
a { background-color: #F3607A; }
a { background-color: rgb(243,96,122); }
div.DivClassName
{
background-color: #F3607A;
}
.BgClassName
{
background-color: #F3607A;
}
</style>
border-color css
<style>
span { border-color: #F3607A; }
span { border-color: rgb(243,96,122); }
td.TdClassName
{
border-color: #F3607A;
}
.TagClassName
{
border-color: #F3607A;
}
</style>