#F86A7A

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

Shades of Brink Pink #F86A7A

Tints of Brink Pink #F86A7A

Color information

#F86A7A (or 0xF86A7A) is unknown color: approx Brink Pink. HEX triplet: F8, 6A and 7A. RGB value is (248,106,122). Sum of RGB (Red+Green+Blue) = 248+106+122=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A7A is #079585. Grayscale: #969696. Windows color (decimal): -497030 or 8022776. OLE color: 8022776.

HSL color Cylindrical-coordinate representation of color #F86A7A: hue angle of 353.24º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86A7A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB248106122-
CMYK00.570.510.03
HSL353.24º91.03%69.41%-
HSV(B)353.24º57.26%97.25%-
XYZ47.3831.6722.03-
YUV150.28112.04197.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.10%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=52.10%
G=22.27%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810612200.570.510.03353.2491.0369.41
HexF86A7A0393331615b45
Octal370152172071633541133105
Binary111110001101010111101001110011100111110110000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86A7A; }

 p { color: rgb(248,106,122); }

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

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

 a { background-color: rgb(248,106,122); }

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

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

 span { border-color: rgb(248,106,122); }

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