Html Css Color HEX #FA627B Brink Pink

📋 copy color: '#FA627B'

red 250 ◦ green 98 ◦ blue 123

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

Shades of Brink Pink #FA627B

Tints of Brink Pink #FA627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 53.08%
G = 20.81%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA627B (or 0xFA627B) is known color: Brink Pink. HEX triplet: FA, 62 and 7B. RGB value is (250,98,123). Sum of RGB (Red+Green+Blue) = 250+98+123=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA627B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA627B is #059D84. Grayscale: #929292. Windows color (decimal): -368005 or 8086266. OLE color: 8086266.

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

Color convert

RGB 250 98 123 -
CMYK 0 0.61 0.51 0.02
HSL 350.13º 0.94% 0.68% -
HSV(B) 350.13º 0.61% 0.98% -
XYZ 47.37 30.49 22.13 -
YUV 146.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 250 98 123 0 0.61 0.51 0.02 350.13 0.94 0.68
Hex FA 62 7B 0 3D 33 2 15E 5E 44
Octal 372 142 173 0 75 63 2 536 136 104
Binary 11111010 1100010 1111011 0 111101 110011 10 101011110 1011110 1000100

Color Harmonies of #FA627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA627B

Black with #FA627B

Text Example


Text Example

White with #FA627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA627B; }

 p { color: rgb(250,98,123); }

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

background-color css

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

 a { background-color: rgb(250,98,123); }

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

border-color css

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

 span { border-color: rgb(250,98,123); }

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