#FA658C

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

Shades of Brink Pink #FA658C

Tints of Brink Pink #FA658C

Color information

#FA658C (or 0xFA658C) is unknown color: approx Brink Pink. HEX triplet: FA, 65 and 8C. RGB value is (250,101,140). Sum of RGB (Red+Green+Blue) = 250+101+140=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA658C is #059A73. Grayscale: #959595. Windows color (decimal): -367220 or 9201146. OLE color: 9201146.

HSL color Cylindrical-coordinate representation of color #FA658C: hue angle of 344.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA658C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250101140-
CMYK00.600.440.02
HSL344.3º93.71%68.82%-
HSV(B)344.3º59.6%98.04%-
XYZ48.8131.5228.32-
YUV150122.36199.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=50.92%
G=20.57%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010114000.600.440.02344.393.7168.82
HexFA658C03C2C21585e45
Octal372145214074542530136105
Binary1111101011001011000110001111001011001010101100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA658C; }

 p { color: rgb(250,101,140); }

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

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

 a { background-color: rgb(250,101,140); }

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

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

 span { border-color: rgb(250,101,140); }

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