#F26C80

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

Shades of Brink Pink #F26C80

Tints of Brink Pink #F26C80

Color information

#F26C80 (or 0xF26C80) is unknown color: approx Brink Pink. HEX triplet: F2, 6C and 80. RGB value is (242,108,128). Sum of RGB (Red+Green+Blue) = 242+108+128=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C80 is #0D937F. Grayscale: #969696. Windows color (decimal): -889728 or 8416498. OLE color: 8416498.

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

Color convert

RGB242108128-
CMYK00.550.470.05
HSL351.04º83.75%68.63%-
HSV(B)351.04º55.37%94.9%-
XYZ45.8831.1624.02-
YUV150.35115.39193.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=50.63%
G=22.59%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210812800.550.470.05351.0483.7568.63
HexF26C800372F515f5445
Octal362154200067575537124105
Binary11110010110110010000000011011110111110110101111110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26C80; }

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

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

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

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

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

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

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

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