#F26980

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

Shades of Brink Pink #F26980

Tints of Brink Pink #F26980

Color information

#F26980 (or 0xF26980) is unknown color: approx Brink Pink. HEX triplet: F2, 69 and 80. RGB value is (242,105,128). Sum of RGB (Red+Green+Blue) = 242+105+128=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F26980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26980 is #0D967F. Grayscale: #949494. Windows color (decimal): -890496 or 8415730. OLE color: 8415730.

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

Color convert

RGB242105128-
CMYK00.570.470.05
HSL349.93º84.05%68.04%-
HSV(B)349.93º56.61%94.9%-
XYZ45.5730.5423.92-
YUV148.58116.39194.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=50.95%
G=22.11%
B=26.95%

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
Decimal24210512800.570.470.05349.9384.0568.04
HexF269800392F515e5444
Octal362151200071575536124104
Binary11110010110100110000000011100110111110110101111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26980; }

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

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

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

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

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

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

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

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