#FA6D7B

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

Shades of Brink Pink #FA6D7B

Tints of Brink Pink #FA6D7B

Color information

#FA6D7B (or 0xFA6D7B) is unknown color: approx Brink Pink. HEX triplet: FA, 6D and 7B. RGB value is (250,109,123). Sum of RGB (Red+Green+Blue) = 250+109+123=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D7B is #059284. Grayscale: #989898. Windows color (decimal): -365189 or 8089082. OLE color: 8089082.

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

Color convert

RGB250109123-
CMYK00.560.510.02
HSL354.04º93.38%70.39%-
HSV(B)354.04º56.4%98.04%-
XYZ48.4732.6922.49-
YUV152.76111.21197.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.87%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=51.87%
G=22.61%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010912300.560.510.02354.0493.3870.39
HexFA6D7B0383321625d46
Octal372155173070632542135106
Binary111110101101101111101101110001100111010110001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D7B; }

 p { color: rgb(250,109,123); }

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

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

 a { background-color: rgb(250,109,123); }

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

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

 span { border-color: rgb(250,109,123); }

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