#F26181

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

Shades of Brink Pink #F26181

Tints of Brink Pink #F26181

Color information

#F26181 (or 0xF26181) is unknown color: approx Brink Pink. HEX triplet: F2, 61 and 81. RGB value is (242,97,129). Sum of RGB (Red+Green+Blue) = 242+97+129=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F26181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26181 is #0D9E7E. Grayscale: #909090. Windows color (decimal): -892543 or 8479218. OLE color: 8479218.

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

Color convert

RGB24297129-
CMYK00.600.470.05
HSL346.76º84.8%66.47%-
HSV(B)346.76º59.92%94.9%-
XYZ44.8629.0124-
YUV144119.54197.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.71%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=51.71%
G=20.73%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429712900.600.470.05346.7684.866.47
HexF2618103C2F515b5542
Octal362141201074575533125102
Binary11110010110000110000001011110010111110110101101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26181; }

 p { color: rgb(242,97,129); }

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

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

 a { background-color: rgb(242,97,129); }

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

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

 span { border-color: rgb(242,97,129); }

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