Shades of Brink Pink #F3668A
Tints of Brink Pink #F3668A
RGB
CMYK
RGB Variations
Color information
#F3668A (or 0xF3668A) is known color: Brink Pink. HEX triplet: F3, 66 and 8A. RGB value is (243,102,138). Sum of RGB (Red+Green+Blue) = 243+102+138=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3668A is #0C9975. Grayscale: #949494. Windows color (decimal): -825718 or 9070323. OLE color: 9070323.
HSL color Cylindrical-coordinate representation of color #F3668A: hue angle of 344.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3668A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 138 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.05 |
| HSL | 344.68º | 0.85% | 0.68% | - |
| HSV(B) | 344.68º | 0.58% | 0.95% | - |
| XYZ | 46.3 | 30.39 | 27.47 | - |
| YUV | 148.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 138 | 0 | 0.58 | 0.43 | 0.05 | 344.68 | 0.85 | 0.68 |
| Hex | F3 | 66 | 8A | 0 | 3A | 2B | 5 | 159 | 55 | 44 |
| Octal | 363 | 146 | 212 | 0 | 72 | 53 | 5 | 531 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10001010 | 0 | 111010 | 101011 | 101 | 101011001 | 1010101 | 1000100 |
Color Harmonies of #F3668A
Complementary color
Monochromatic Colors of #F3668A
Black with #F3668A
Text Example
Text Example
White with #F3668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3668A; }
p { color: rgb(243,102,138); }
H1.HeaderClassName
{
color: #F3668A;
}
.AnyTagClassName
{
color: #F3668A;
}
</style>
background-color css
<style>
a { background-color: #F3668A; }
a { background-color: rgb(243,102,138); }
div.DivClassName
{
background-color: #F3668A;
}
.BgClassName
{
background-color: #F3668A;
}
</style>
border-color css
<style>
span { border-color: #F3668A; }
span { border-color: rgb(243,102,138); }
td.TdClassName
{
border-color: #F3668A;
}
.TagClassName
{
border-color: #F3668A;
}
</style>