#F26091

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

Shades of Brink Pink #F26091

Tints of Brink Pink #F26091

Color information

#F26091 (or 0xF26091) is unknown color: approx Brink Pink. HEX triplet: F2, 60 and 91. RGB value is (242,96,145). Sum of RGB (Red+Green+Blue) = 242+96+145=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F26091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26091 is #0D9F6E. Grayscale: #919191. Windows color (decimal): -892783 or 9527538. OLE color: 9527538.

HSL color Cylindrical-coordinate representation of color #F26091: hue angle of 339.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26091 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB24296145-
CMYK00.600.400.05
HSL339.86º84.88%66.27%-
HSV(B)339.86º60.33%94.9%-
XYZ45.9129.2930.02-
YUV145.24127.87197.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=50.10%
G=19.88%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429614500.600.400.05339.8684.8866.27
HexF2609103C2851545542
Octal362140221074505524125102
Binary11110010110000010010001011110010100010110101010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26091; }

 p { color: rgb(242,96,145); }

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

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

 a { background-color: rgb(242,96,145); }

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

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

 span { border-color: rgb(242,96,145); }

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