Html Css Color HEX #FA657A Brink Pink

📋 copy color: '#FA657A'

red 250 ◦ green 101 ◦ blue 122

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

Shades of Brink Pink #FA657A

Tints of Brink Pink #FA657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.35%

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 52.85%
G = 21.35%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA657A (or 0xFA657A) is known color: Brink Pink. HEX triplet: FA, 65 and 7A. RGB value is (250,101,122). Sum of RGB (Red+Green+Blue) = 250+101+122=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA657A is #059A85. Grayscale: #949494. Windows color (decimal): -367238 or 8021498. OLE color: 8021498.

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

Color convert

RGB 250 101 122 -
CMYK 0 0.60 0.51 0.02
HSL 351.54º 0.94% 0.69% -
HSV(B) 351.54º 0.6% 0.98% -
XYZ 47.59 31.04 21.89 -
YUV 147.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 250 101 122 0 0.60 0.51 0.02 351.54 0.94 0.69
Hex FA 65 7A 0 3C 33 2 160 5E 45
Octal 372 145 172 0 74 63 2 540 136 105
Binary 11111010 1100101 1111010 0 111100 110011 10 101100000 1011110 1000101

Color Harmonies of #FA657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA657A

Black with #FA657A

Text Example


Text Example

White with #FA657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA657A; }

 p { color: rgb(250,101,122); }

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

background-color css

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

 a { background-color: rgb(250,101,122); }

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

border-color css

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

 span { border-color: rgb(250,101,122); }

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