#F26177

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

Shades of Brink Pink #F26177

Tints of Brink Pink #F26177

Color information

#F26177 (or 0xF26177) is unknown color: approx Brink Pink. HEX triplet: F2, 61 and 77. RGB value is (242,97,119). Sum of RGB (Red+Green+Blue) = 242+97+119=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26177 is #0D9E88. Grayscale: #8E8E8E. Windows color (decimal): -892553 or 7823858. OLE color: 7823858.

HSL color Cylindrical-coordinate representation of color #F26177: hue angle of 350.9º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26177 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24297119-
CMYK00.600.510.05
HSL350.9º84.8%66.47%-
HSV(B)350.9º59.92%94.9%-
XYZ44.2228.7620.67-
YUV142.86114.54198.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=52.84%
G=21.18%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429711900.600.510.05350.984.866.47
HexF2617703C33515f5542
Octal362141167074635537125102
Binary1111001011000011110111011110011001110110101111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26177; }

 p { color: rgb(242,97,119); }

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

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

 a { background-color: rgb(242,97,119); }

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

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

 span { border-color: rgb(242,97,119); }

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