#F2677C

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

Shades of Brink Pink #F2677C

Tints of Brink Pink #F2677C

Color information

#F2677C (or 0xF2677C) is unknown color: approx Brink Pink. HEX triplet: F2, 67 and 7C. RGB value is (242,103,124). Sum of RGB (Red+Green+Blue) = 242+103+124=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2677C is #0D9883. Grayscale: #939393. Windows color (decimal): -891012 or 8153074. OLE color: 8153074.

HSL color Cylindrical-coordinate representation of color #F2677C: hue angle of 350.94º 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 #F2677C is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242103124-
CMYK00.570.490.05
HSL350.94º84.24%67.65%-
HSV(B)350.94º57.44%94.9%-
XYZ45.1130.0322.49-
YUV146.96115.05195.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.60%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=51.60%
G=21.96%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210312400.570.490.05350.9484.2467.65
HexF2677C03931515f5444
Octal362147174071615537124104
Binary1111001011001111111100011100111000110110101111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2677C; }

 p { color: rgb(242,103,124); }

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

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

 a { background-color: rgb(242,103,124); }

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

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

 span { border-color: rgb(242,103,124); }

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