#F26782

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

Shades of Brink Pink #F26782

Tints of Brink Pink #F26782

Color information

#F26782 (or 0xF26782) is unknown color: approx Brink Pink. HEX triplet: F2, 67 and 82. RGB value is (242,103,130). Sum of RGB (Red+Green+Blue) = 242+103+130=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F26782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26782 is #0D987D. Grayscale: #939393. Windows color (decimal): -891006 or 8546290. OLE color: 8546290.

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

Color convert

RGB242103130-
CMYK00.570.460.05
HSL348.35º84.24%67.65%-
HSV(B)348.35º57.44%94.9%-
XYZ45.530.1924.55-
YUV147.64118.05195.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=50.95%
G=21.68%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210313000.570.460.05348.3584.2467.65
HexF267820392E515c5444
Octal362147202071565534124104
Binary11110010110011110000010011100110111010110101110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26782; }

 p { color: rgb(242,103,130); }

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

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

 a { background-color: rgb(242,103,130); }

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

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

 span { border-color: rgb(242,103,130); }

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