Shades of Brink Pink #F2658C
Tints of Brink Pink #F2658C
RGB
CMYK
RGB Variations
Color information
#F2658C (or 0xF2658C) is known color: Brink Pink. HEX triplet: F2, 65 and 8C. RGB value is (242,101,140). Sum of RGB (Red+Green+Blue) = 242+101+140=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2658C is #0D9A73. Grayscale: #939393. Windows color (decimal): -891508 or 9201138. OLE color: 9201138.
HSL color Cylindrical-coordinate representation of color #F2658C: hue angle of 343.4º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2658C is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 140 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.05 |
| HSL | 343.4º | 0.84% | 0.67% | - |
| HSV(B) | 343.4º | 0.58% | 0.95% | - |
| XYZ | 46.01 | 30.08 | 28.19 | - |
| YUV | 147.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 140 | 0 | 0.58 | 0.42 | 0.05 | 343.4 | 0.84 | 0.67 |
| Hex | F2 | 65 | 8C | 0 | 3A | 2A | 5 | 157 | 54 | 43 |
| Octal | 362 | 145 | 214 | 0 | 72 | 52 | 5 | 527 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10001100 | 0 | 111010 | 101010 | 101 | 101010111 | 1010100 | 1000011 |
Color Harmonies of #F2658C
Complementary color
Monochromatic Colors of #F2658C
Black with #F2658C
Text Example
Text Example
White with #F2658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2658C; }
p { color: rgb(242,101,140); }
H1.HeaderClassName
{
color: #F2658C;
}
.AnyTagClassName
{
color: #F2658C;
}
</style>
background-color css
<style>
a { background-color: #F2658C; }
a { background-color: rgb(242,101,140); }
div.DivClassName
{
background-color: #F2658C;
}
.BgClassName
{
background-color: #F2658C;
}
</style>
border-color css
<style>
span { border-color: #F2658C; }
span { border-color: rgb(242,101,140); }
td.TdClassName
{
border-color: #F2658C;
}
.TagClassName
{
border-color: #F2658C;
}
</style>