#f26886

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

Shades of Brink Pink #F26886

Tints of Brink Pink #F26886

Color information

#F26886 (or 0xF26886) is unknown color: approx Brink Pink. HEX triplet: F2, 68 and 86. RGB value is (242,104,134). Sum of RGB (Red+Green+Blue) = 242+104+134=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F26886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26886 is #0D9779. Grayscale: #949494. Windows color (decimal): -890746 or 8808690. OLE color: 8808690.

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

Color convert

RGB242104134-
CMYK00.570.450.05
HSL346.96º84.15%67.84%-
HSV(B)346.96º57.02%94.9%-
XYZ45.8730.526.02-
YUV148.68119.72194.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.42%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=50.42%
G=21.67%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210413400.570.450.05346.9684.1567.84
HexF268860392D515b5444
Octal362150206071555533124104
Binary11110010110100010000110011100110110110110101101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26886; }

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

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

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

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

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

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

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

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