#FA7985

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

Shades of Brink Pink #FA7985

Tints of Brink Pink #FA7985

Color information

#FA7985 (or 0xFA7985) is unknown color: approx Brink Pink. HEX triplet: FA, 79 and 85. RGB value is (250,121,133). Sum of RGB (Red+Green+Blue) = 250+121+133=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7985 is #05867A. Grayscale: #A1A1A1. Windows color (decimal): -362107 or 8747514. OLE color: 8747514.

HSL color Cylindrical-coordinate representation of color #FA7985: hue angle of 354.42º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA7985 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250121133-
CMYK00.520.470.02
HSL354.42º92.81%72.75%-
HSV(B)354.42º51.6%98.04%-
XYZ50.535.6926.42-
YUV160.94112.24191.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.60%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=49.60%
G=24.01%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012113300.520.470.02354.4292.8172.75
HexFA79850342F21625d49
Octal372171205064572542135111
Binary1111101011110011000010101101001011111010110001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7985; }

 p { color: rgb(250,121,133); }

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

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

 a { background-color: rgb(250,121,133); }

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

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

 span { border-color: rgb(250,121,133); }

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