Html Css Color HEX #FA6E76 Brink Pink

📋 copy color: '#FA6E76'

red 250 ◦ green 110 ◦ blue 118

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

Shades of Brink Pink #FA6E76

Tints of Brink Pink #FA6E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 52.3%
G = 23.01%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA6E76 (or 0xFA6E76) is known color: Brink Pink. HEX triplet: FA, 6E and 76. RGB value is (250,110,118). Sum of RGB (Red+Green+Blue) = 250+110+118=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6E76 is #059189. Grayscale: #989898. Windows color (decimal): -364938 or 7761658. OLE color: 7761658.

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

Color convert

RGB 250 110 118 -
CMYK 0 0.56 0.53 0.02
HSL 356.57º 0.93% 0.71% -
HSV(B) 356.57º 0.56% 0.98% -
XYZ 48.27 32.78 20.92 -
YUV 152.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 250 110 118 0 0.56 0.53 0.02 356.57 0.93 0.71
Hex FA 6E 76 0 38 35 2 165 5D 47
Octal 372 156 166 0 70 65 2 545 135 107
Binary 11111010 1101110 1110110 0 111000 110101 10 101100101 1011101 1000111

Color Harmonies of #FA6E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E76

Black with #FA6E76

Text Example


Text Example

White with #FA6E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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