Html Css Color HEX #FA6977 Brink Pink

📋 copy color: '#FA6977'

red 250 ◦ green 105 ◦ blue 119

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

Shades of Brink Pink #FA6977

Tints of Brink Pink #FA6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 52.74%
G = 22.15%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA6977 (or 0xFA6977) is known color: Brink Pink. HEX triplet: FA, 69 and 77. RGB value is (250,105,119). Sum of RGB (Red+Green+Blue) = 250+105+119=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6977 is #059688. Grayscale: #969696. Windows color (decimal): -366217 or 7825914. OLE color: 7825914.

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

Color convert

RGB 250 105 119 -
CMYK 0 0.58 0.52 0.02
HSL 354.21º 0.94% 0.7% -
HSV(B) 354.21º 0.58% 0.98% -
XYZ 47.81 31.76 21.06 -
YUV 149.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 250 105 119 0 0.58 0.52 0.02 354.21 0.94 0.7
Hex FA 69 77 0 3A 34 2 162 5E 46
Octal 372 151 167 0 72 64 2 542 136 106
Binary 11111010 1101001 1110111 0 111010 110100 10 101100010 1011110 1000110

Color Harmonies of #FA6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6977

Black with #FA6977

Text Example


Text Example

White with #FA6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6977; }

 p { color: rgb(250,105,119); }

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

background-color css

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

 a { background-color: rgb(250,105,119); }

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

border-color css

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

 span { border-color: rgb(250,105,119); }

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