Html Css Color HEX #FA6E8A Brink Pink

📋 copy color: '#FA6E8A'

red 250 ◦ green 110 ◦ blue 138

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

Shades of Brink Pink #FA6E8A

Tints of Brink Pink #FA6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 50.2%
G = 22.09%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA6E8A (or 0xFA6E8A) is known color: Brink Pink. HEX triplet: FA, 6E and 8A. RGB value is (250,110,138). Sum of RGB (Red+Green+Blue) = 250+110+138=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6E8A is #059175. Grayscale: #9B9B9B. Windows color (decimal): -364918 or 9072378. OLE color: 9072378.

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

Color convert

RGB 250 110 138 -
CMYK 0 0.56 0.45 0.02
HSL 348º 0.93% 0.71% -
HSV(B) 348º 0.56% 0.98% -
XYZ 49.59 33.31 27.86 -
YUV 155.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 250 110 138 0 0.56 0.45 0.02 348 0.93 0.71
Hex FA 6E 8A 0 38 2D 2 15C 5D 47
Octal 372 156 212 0 70 55 2 534 135 107
Binary 11111010 1101110 10001010 0 111000 101101 10 101011100 1011101 1000111

Color Harmonies of #FA6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E8A

Black with #FA6E8A

Text Example


Text Example

White with #FA6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E8A; }

 p { color: rgb(250,110,138); }

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

background-color css

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

 a { background-color: rgb(250,110,138); }

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

border-color css

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

 span { border-color: rgb(250,110,138); }

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