Html Css Color HEX #FA677F Brink Pink

📋 copy color: '#FA677F'

red 250 ◦ green 103 ◦ blue 127

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

Shades of Brink Pink #FA677F

Tints of Brink Pink #FA677F

RGB

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

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

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

R = 52.08%
G = 21.46%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA677F (or 0xFA677F) is known color: Brink Pink. HEX triplet: FA, 67 and 7F. RGB value is (250,103,127). Sum of RGB (Red+Green+Blue) = 250+103+127=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA677F is #059880. Grayscale: #959595. Windows color (decimal): -366721 or 8349690. OLE color: 8349690.

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

Color convert

RGB 250 103 127 -
CMYK 0 0.59 0.49 0.02
HSL 350.2º 0.94% 0.69% -
HSV(B) 350.2º 0.59% 0.98% -
XYZ 48.11 31.56 23.63 -
YUV 149.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 250 103 127 0 0.59 0.49 0.02 350.2 0.94 0.69
Hex FA 67 7F 0 3B 31 2 15E 5E 45
Octal 372 147 177 0 73 61 2 536 136 105
Binary 11111010 1100111 1111111 0 111011 110001 10 101011110 1011110 1000101

Color Harmonies of #FA677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA677F

Black with #FA677F

Text Example


Text Example

White with #FA677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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