Html Css Color HEX #FA637A Brink Pink

📋 copy color: '#FA637A'

red 250 ◦ green 99 ◦ blue 122

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

Shades of Brink Pink #FA637A

Tints of Brink Pink #FA637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

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

R = 53.08%
G = 21.02%
B = 25.9%

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

#FA637A (or 0xFA637A) is known color: Brink Pink. HEX triplet: FA, 63 and 7A. RGB value is (250,99,122). Sum of RGB (Red+Green+Blue) = 250+99+122=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA637A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA637A is #059C85. Grayscale: #929292. Windows color (decimal): -367750 or 8020986. OLE color: 8020986.

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

Color convert

RGB 250 99 122 -
CMYK 0 0.60 0.51 0.02
HSL 350.86º 0.94% 0.68% -
HSV(B) 350.86º 0.6% 0.98% -
XYZ 47.4 30.65 21.83 -
YUV 146.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 250 99 122 0 0.60 0.51 0.02 350.86 0.94 0.68
Hex FA 63 7A 0 3C 33 2 15F 5E 44
Octal 372 143 172 0 74 63 2 537 136 104
Binary 11111010 1100011 1111010 0 111100 110011 10 101011111 1011110 1000100

Color Harmonies of #FA637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA637A

Black with #FA637A

Text Example


Text Example

White with #FA637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA637A; }

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

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

background-color css

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

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

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

border-color css

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

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

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