#F86B7A

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

Shades of Brink Pink #F86B7A

Tints of Brink Pink #F86B7A

Color information

#F86B7A (or 0xF86B7A) is unknown color: approx Brink Pink. HEX triplet: F8, 6B and 7A. RGB value is (248,107,122). Sum of RGB (Red+Green+Blue) = 248+107+122=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B7A is #079485. Grayscale: #969696. Windows color (decimal): -496774 or 8023032. OLE color: 8023032.

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

Color convert

RGB248107122-
CMYK00.570.510.03
HSL353.62º90.97%69.61%-
HSV(B)353.62º56.85%97.25%-
XYZ47.4831.8822.06-
YUV150.87111.71197.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.99%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=51.99%
G=22.43%
B=25.58%

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
Decimal24810712200.570.510.03353.6290.9769.61
HexF86B7A0393331625b46
Octal370153172071633542133106
Binary111110001101011111101001110011100111110110001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86B7A; }

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

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

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

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

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

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

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

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