#F26780

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

Shades of Brink Pink #F26780

Tints of Brink Pink #F26780

Color information

#F26780 (or 0xF26780) is unknown color: approx Brink Pink. HEX triplet: F2, 67 and 80. RGB value is (242,103,128). Sum of RGB (Red+Green+Blue) = 242+103+128=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26780 is #0D987F. Grayscale: #939393. Windows color (decimal): -891008 or 8415218. OLE color: 8415218.

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

Color convert

RGB242103128-
CMYK00.570.470.05
HSL349.21º84.24%67.65%-
HSV(B)349.21º57.44%94.9%-
XYZ45.3630.1423.85-
YUV147.41117.05195.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=51.16%
G=21.78%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210312800.570.470.05349.2184.2467.65
HexF267800392F515d5444
Octal362147200071575535124104
Binary11110010110011110000000011100110111110110101110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26780; }

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

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

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

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

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

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

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

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