#FA6C8D

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

Shades of Brink Pink #FA6C8D

Tints of Brink Pink #FA6C8D

Color information

#FA6C8D (or 0xFA6C8D) is unknown color: approx Brink Pink. HEX triplet: FA, 6C and 8D. RGB value is (250,108,141). Sum of RGB (Red+Green+Blue) = 250+108+141=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C8D is #059372. Grayscale: #9A9A9A. Windows color (decimal): -365427 or 9268474. OLE color: 9268474.

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

Color convert

RGB250108141-
CMYK00.570.440.02
HSL346.06º93.42%70.2%-
HSV(B)346.06º56.8%98.04%-
XYZ49.5932.9728.95-
YUV154.22120.54196.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=50.10%
G=21.64%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010814100.570.440.02346.0693.4270.2
HexFA6C8D0392C215a5d46
Octal372154215071542532135106
Binary1111101011011001000110101110011011001010101101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C8D; }

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

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

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

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

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

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

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

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