#f2687f

Color #F2687F Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F2687F

Tints of Brink Pink #F2687F

Color information

#F2687F (or 0xF2687F) is unknown color: approx Brink Pink. HEX triplet: F2, 68 and 7F. RGB value is (242,104,127). Sum of RGB (Red+Green+Blue) = 242+104+127=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2687F is #0D9780. Grayscale: #939393. Windows color (decimal): -890753 or 8349938. OLE color: 8349938.

HSL color Cylindrical-coordinate representation of color #F2687F: hue angle of 350º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2687F is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242104127-
CMYK00.570.480.05
HSL350º84.15%67.84%-
HSV(B)350º57.02%94.9%-
XYZ45.430.3123.54-
YUV147.88116.22195.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 127 (50% from 255) = 26.85%
R=51.16%
G=21.99%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210412700.570.480.0535084.1567.84
HexF2687F03930515e5444
Octal362150177071605536124104
Binary1111001011010001111111011100111000010110101111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2687f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2687f; }

 p { color: rgb(242,104,127); }

 H1.HeaderClassName
 {
   color: #f2687f;
 }
 .AnyTagClassName
 {
   color: #f2687f;
 }
</style>
background-color css

<style>
 a { background-color: #f2687f; }

 a { background-color: rgb(242,104,127); }

 div.DivClassName
 {
   background-color: #f2687f;
 }
 .BgClassName
 {
   background-color: #f2687f;
 }
</style>
border-color css

<style>
 span { border-color: #f2687f; }

 span { border-color: rgb(242,104,127); }

 td.TdClassName
 {
   border-color: #f2687f;
 }
 .TagClassName
 {
   border-color: #f2687f;
 }
</style>