#F26586

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

Shades of Brink Pink #F26586

Tints of Brink Pink #F26586

Color information

#F26586 (or 0xF26586) is unknown color: approx Brink Pink. HEX triplet: F2, 65 and 86. RGB value is (242,101,134). Sum of RGB (Red+Green+Blue) = 242+101+134=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F26586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26586 is #0D9A79. Grayscale: #929292. Windows color (decimal): -891514 or 8807922. OLE color: 8807922.

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

Color convert

RGB242101134-
CMYK00.580.450.05
HSL345.96º84.43%67.25%-
HSV(B)345.96º58.26%94.9%-
XYZ45.5729.9125.92-
YUV146.92120.71195.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=50.73%
G=21.17%
B=28.09%

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
Decimal24210113400.580.450.05345.9684.4367.25
HexF2658603A2D515a5443
Octal362145206072555532124103
Binary11110010110010110000110011101010110110110101101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26586; }

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

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

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

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

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

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

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

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