#FA6C7A

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

Shades of Brink Pink #FA6C7A

Tints of Brink Pink #FA6C7A

Color information

#FA6C7A (or 0xFA6C7A) is unknown color: approx Brink Pink. HEX triplet: FA, 6C and 7A. RGB value is (250,108,122). Sum of RGB (Red+Green+Blue) = 250+108+122=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C7A is #059385. Grayscale: #989898. Windows color (decimal): -365446 or 8023290. OLE color: 8023290.

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

Color convert

RGB250108122-
CMYK00.570.510.02
HSL354.08º93.42%70.2%-
HSV(B)354.08º56.8%98.04%-
XYZ48.332.4522.13-
YUV152.05111.04197.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=52.08%
G=22.5%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010812200.570.510.02354.0893.4270.2
HexFA6C7A0393321625d46
Octal372154172071632542135106
Binary111110101101100111101001110011100111010110001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C7A; }

 p { color: rgb(250,108,122); }

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

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

 a { background-color: rgb(250,108,122); }

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

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

 span { border-color: rgb(250,108,122); }

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