#FA6C8A

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

Shades of Brink Pink #FA6C8A

Tints of Brink Pink #FA6C8A

Color information

#FA6C8A (or 0xFA6C8A) is unknown color: approx Brink Pink. HEX triplet: FA, 6C and 8A. RGB value is (250,108,138). Sum of RGB (Red+Green+Blue) = 250+108+138=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C8A is #059375. Grayscale: #999999. Windows color (decimal): -365430 or 9071866. OLE color: 9071866.

HSL color Cylindrical-coordinate representation of color #FA6C8A: hue angle of 347.32º 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 #FA6C8A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250108138-
CMYK00.570.450.02
HSL347.32º93.42%70.2%-
HSV(B)347.32º56.8%98.04%-
XYZ49.3732.8827.79-
YUV153.88119.04196.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=50.40%
G=21.77%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010813800.570.450.02347.3293.4270.2
HexFA6C8A0392D215b5d46
Octal372154212071552533135106
Binary1111101011011001000101001110011011011010101101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C8A; }

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

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

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

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

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

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

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

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