Html Css Color HEX #FA6D8B Brink Pink

📋 copy color: '#FA6D8B'

red 250 ◦ green 109 ◦ blue 139

#FA6D8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FA6D8B

Tints of Brink Pink #FA6D8B

RGB

 RED value IS 250 (98.05% from 255) = 50.2%

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 50.2%
G = 21.89%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA6D8B (or 0xFA6D8B) is known color: Brink Pink. HEX triplet: FA, 6D and 8B. RGB value is (250,109,139). Sum of RGB (Red+Green+Blue) = 250+109+139=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D8B is #059274. Grayscale: #9A9A9A. Windows color (decimal): -365173 or 9137658. OLE color: 9137658.

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

Color convert

RGB 250 109 139 -
CMYK 0 0.56 0.44 0.02
HSL 347.23º 0.93% 0.7% -
HSV(B) 347.23º 0.56% 0.98% -
XYZ 49.55 33.13 28.21 -
YUV 154.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 250 109 139 0 0.56 0.44 0.02 347.23 0.93 0.7
Hex FA 6D 8B 0 38 2C 2 15B 5D 46
Octal 372 155 213 0 70 54 2 533 135 106
Binary 11111010 1101101 10001011 0 111000 101100 10 101011011 1011101 1000110

Color Harmonies of #FA6D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D8B

Black with #FA6D8B

Text Example


Text Example

White with #FA6D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D8B; }

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

 H1.HeaderClassName
 {
   color: #FA6D8B;
 }
 .AnyTagClassName
 {
   color: #FA6D8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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