#F86F7E

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

Shades of Brink Pink #F86F7E

Tints of Brink Pink #F86F7E

Color information

#F86F7E (or 0xF86F7E) is unknown color: approx Brink Pink. HEX triplet: F8, 6F and 7E. RGB value is (248,111,126). Sum of RGB (Red+Green+Blue) = 248+111+126=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F7E is #079081. Grayscale: #999999. Windows color (decimal): -495746 or 8286200. OLE color: 8286200.

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

Color convert

RGB248111126-
CMYK00.550.490.03
HSL353.43º90.73%70.39%-
HSV(B)353.43º55.24%97.25%-
XYZ48.1632.8323.54-
YUV153.67112.39195.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=51.13%
G=22.89%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811112600.550.490.03353.4390.7370.39
HexF86F7E0373131615b46
Octal370157176067613541133106
Binary111110001101111111111001101111100011110110000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F7E; }

 p { color: rgb(248,111,126); }

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

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

 a { background-color: rgb(248,111,126); }

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

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

 span { border-color: rgb(248,111,126); }

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