#F26187

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

Shades of Brink Pink #F26187

Tints of Brink Pink #F26187

Color information

#F26187 (or 0xF26187) is unknown color: approx Brink Pink. HEX triplet: F2, 61 and 87. RGB value is (242,97,135). Sum of RGB (Red+Green+Blue) = 242+97+135=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F26187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26187 is #0D9E78. Grayscale: #909090. Windows color (decimal): -892537 or 8872434. OLE color: 8872434.

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

Color convert

RGB24297135-
CMYK00.600.440.05
HSL344.28º84.8%66.47%-
HSV(B)344.28º59.92%94.9%-
XYZ45.2729.1826.17-
YUV144.69122.54197.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.05%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=51.05%
G=20.46%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429713500.600.440.05344.2884.866.47
HexF2618703C2C51585542
Octal362141207074545530125102
Binary11110010110000110000111011110010110010110101100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26187; }

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

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

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

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

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

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

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

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