Html Css Color HEX #FA677C Brink Pink

📋 copy color: '#FA677C'

red 250 ◦ green 103 ◦ blue 124

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

Shades of Brink Pink #FA677C

Tints of Brink Pink #FA677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.59%

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

R = 52.41%
G = 21.59%
B = 26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA677C (or 0xFA677C) is known color: Brink Pink. HEX triplet: FA, 67 and 7C. RGB value is (250,103,124). Sum of RGB (Red+Green+Blue) = 250+103+124=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA677C is #059883. Grayscale: #959595. Windows color (decimal): -366724 or 8153082. OLE color: 8153082.

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

Color convert

RGB 250 103 124 -
CMYK 0 0.59 0.50 0.02
HSL 351.43º 0.94% 0.69% -
HSV(B) 351.43º 0.59% 0.98% -
XYZ 47.91 31.48 22.62 -
YUV 149.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 250 103 124 0 0.59 0.50 0.02 351.43 0.94 0.69
Hex FA 67 7C 0 3B 32 2 15F 5E 45
Octal 372 147 174 0 73 62 2 537 136 105
Binary 11111010 1100111 1111100 0 111011 110010 10 101011111 1011110 1000101

Color Harmonies of #FA677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA677C

Black with #FA677C

Text Example


Text Example

White with #FA677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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