#F86378

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

Shades of Brink Pink #F86378

Tints of Brink Pink #F86378

Color information

#F86378 (or 0xF86378) is unknown color: approx Brink Pink. HEX triplet: F8, 63 and 78. RGB value is (248,99,120). Sum of RGB (Red+Green+Blue) = 248+99+120=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F86378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86378 is #079C87. Grayscale: #929292. Windows color (decimal): -498824 or 7889912. OLE color: 7889912.

HSL color Cylindrical-coordinate representation of color #F86378: hue angle of 351.54º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86378 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB24899120-
CMYK00.600.520.03
HSL351.54º91.41%68.04%-
HSV(B)351.54º60.08%97.25%-
XYZ46.5630.2421.15-
YUV145.94113.36200.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.10%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=53.10%
G=21.20%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489912000.600.520.03351.5491.4168.04
HexF8637803C3431605b44
Octal370143170074643540133104
Binary111110001100011111100001111001101001110110000010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86378; }

 p { color: rgb(248,99,120); }

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

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

 a { background-color: rgb(248,99,120); }

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

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

 span { border-color: rgb(248,99,120); }

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