Html Css Color HEX #FA697C Brink Pink

📋 copy color: '#FA697C'

red 250 ◦ green 105 ◦ blue 124

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

Shades of Brink Pink #FA697C

Tints of Brink Pink #FA697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 52.19%
G = 21.92%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA697C (or 0xFA697C) is known color: Brink Pink. HEX triplet: FA, 69 and 7C. RGB value is (250,105,124). Sum of RGB (Red+Green+Blue) = 250+105+124=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA697C is #059683. Grayscale: #969696. Windows color (decimal): -366212 or 8153594. OLE color: 8153594.

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

Color convert

RGB 250 105 124 -
CMYK 0 0.58 0.50 0.02
HSL 352.14º 0.94% 0.7% -
HSV(B) 352.14º 0.58% 0.98% -
XYZ 48.11 31.88 22.69 -
YUV 150.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 250 105 124 0 0.58 0.50 0.02 352.14 0.94 0.7
Hex FA 69 7C 0 3A 32 2 160 5E 46
Octal 372 151 174 0 72 62 2 540 136 106
Binary 11111010 1101001 1111100 0 111010 110010 10 101100000 1011110 1000110

Color Harmonies of #FA697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA697C

Black with #FA697C

Text Example


Text Example

White with #FA697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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