Html Css Color HEX #FA677D Brink Pink

📋 copy color: '#FA677D'

red 250 ◦ green 103 ◦ blue 125

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

Shades of Brink Pink #FA677D

Tints of Brink Pink #FA677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 52.3%
G = 21.55%
B = 26.15%

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

#FA677D (or 0xFA677D) is known color: Brink Pink. HEX triplet: FA, 67 and 7D. RGB value is (250,103,125). Sum of RGB (Red+Green+Blue) = 250+103+125=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA677D is #059882. Grayscale: #959595. Windows color (decimal): -366723 or 8218618. OLE color: 8218618.

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

Color convert

RGB 250 103 125 -
CMYK 0 0.59 0.50 0.02
HSL 351.02º 0.94% 0.69% -
HSV(B) 351.02º 0.59% 0.98% -
XYZ 47.98 31.51 22.95 -
YUV 149.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 250 103 125 0 0.59 0.50 0.02 351.02 0.94 0.69
Hex FA 67 7D 0 3B 32 2 15F 5E 45
Octal 372 147 175 0 73 62 2 537 136 105
Binary 11111010 1100111 1111101 0 111011 110010 10 101011111 1011110 1000101

Color Harmonies of #FA677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA677D

Black with #FA677D

Text Example


Text Example

White with #FA677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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