Html Css Color HEX #FA697F Brink Pink

📋 copy color: '#FA697F'

red 250 ◦ green 105 ◦ blue 127

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

Shades of Brink Pink #FA697F

Tints of Brink Pink #FA697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.35%

R = 51.87%
G = 21.78%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA697F (or 0xFA697F) is known color: Brink Pink. HEX triplet: FA, 69 and 7F. RGB value is (250,105,127). Sum of RGB (Red+Green+Blue) = 250+105+127=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA697F is #059680. Grayscale: #969696. Windows color (decimal): -366209 or 8350202. OLE color: 8350202.

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

Color convert

RGB 250 105 127 -
CMYK 0 0.58 0.49 0.02
HSL 350.9º 0.94% 0.7% -
HSV(B) 350.9º 0.58% 0.98% -
XYZ 48.31 31.96 23.7 -
YUV 150.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 250 105 127 0 0.58 0.49 0.02 350.9 0.94 0.7
Hex FA 69 7F 0 3A 31 2 15F 5E 46
Octal 372 151 177 0 72 61 2 537 136 106
Binary 11111010 1101001 1111111 0 111010 110001 10 101011111 1011110 1000110

Color Harmonies of #FA697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA697F

Black with #FA697F

Text Example


Text Example

White with #FA697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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