#F26681

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

Shades of Brink Pink #F26681

Tints of Brink Pink #F26681

Color information

#F26681 (or 0xF26681) is unknown color: approx Brink Pink. HEX triplet: F2, 66 and 81. RGB value is (242,102,129). Sum of RGB (Red+Green+Blue) = 242+102+129=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26681 is #0D997E. Grayscale: #929292. Windows color (decimal): -891263 or 8480498. OLE color: 8480498.

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

Color convert

RGB242102129-
CMYK00.580.470.05
HSL348.43º84.34%67.45%-
HSV(B)348.43º57.85%94.9%-
XYZ45.3329.9624.16-
YUV146.94117.88195.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=51.16%
G=21.56%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210212900.580.470.05348.4384.3467.45
HexF2668103A2F515c5443
Octal362146201072575534124103
Binary11110010110011010000001011101010111110110101110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26681; }

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

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

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

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

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

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

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

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