#FA6C90

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

Shades of Brink Pink #FA6C90

Tints of Brink Pink #FA6C90

Color information

#FA6C90 (or 0xFA6C90) is unknown color: approx Brink Pink. HEX triplet: FA, 6C and 90. RGB value is (250,108,144). Sum of RGB (Red+Green+Blue) = 250+108+144=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C90 is #05936F. Grayscale: #9A9A9A. Windows color (decimal): -365424 or 9465082. OLE color: 9465082.

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

Color convert

RGB250108144-
CMYK00.570.420.02
HSL344.79º93.42%70.2%-
HSV(B)344.79º56.8%98.04%-
XYZ49.8233.0630.14-
YUV154.56122.04196.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.80%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=49.80%
G=21.51%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010814400.570.420.02344.7993.4270.2
HexFA6C900392A21595d46
Octal372154220071522531135106
Binary1111101011011001001000001110011010101010101100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C90; }

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

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

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

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

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

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

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

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