#FA6A75

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

Shades of Brink Pink #FA6A75

Tints of Brink Pink #FA6A75

Color information

#FA6A75 (or 0xFA6A75) is unknown color: approx Brink Pink. HEX triplet: FA, 6A and 75. RGB value is (250,106,117). Sum of RGB (Red+Green+Blue) = 250+106+117=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A75 is #05958A. Grayscale: #969696. Windows color (decimal): -365963 or 7695098. OLE color: 7695098.

HSL color Cylindrical-coordinate representation of color #FA6A75: hue angle of 355.42º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6A75 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250106117-
CMYK00.580.530.02
HSL355.42º93.51%69.8%-
HSV(B)355.42º57.6%98.04%-
XYZ47.7931.9220.47-
YUV150.31109.21199.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.85%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=52.85%
G=22.41%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010611700.580.530.02355.4293.5169.8
HexFA6A7503A3521635e46
Octal372152165072652543136106
Binary111110101101010111010101110101101011010110001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6A75; }

 p { color: rgb(250,106,117); }

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

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

 a { background-color: rgb(250,106,117); }

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

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

 span { border-color: rgb(250,106,117); }

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