#f26686

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

Shades of Brink Pink #F26686

Tints of Brink Pink #F26686

Color information

#F26686 (or 0xF26686) is unknown color: approx Brink Pink. HEX triplet: F2, 66 and 86. RGB value is (242,102,134). Sum of RGB (Red+Green+Blue) = 242+102+134=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F26686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26686 is #0D9979. Grayscale: #939393. Windows color (decimal): -891258 or 8808178. OLE color: 8808178.

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

Color convert

RGB242102134-
CMYK00.580.450.05
HSL346.29º84.34%67.45%-
HSV(B)346.29º57.85%94.9%-
XYZ45.6730.125.96-
YUV147.51120.38195.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=50.63%
G=21.34%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210213400.580.450.05346.2984.3467.45
HexF2668603A2D515a5443
Octal362146206072555532124103
Binary11110010110011010000110011101010110110110101101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26686; }

 p { color: rgb(242,102,134); }

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

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

 a { background-color: rgb(242,102,134); }

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

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

 span { border-color: rgb(242,102,134); }

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