Html Css Color HEX #FA627C Brink Pink

📋 copy color: '#FA627C'

red 250 ◦ green 98 ◦ blue 124

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

Shades of Brink Pink #FA627C

Tints of Brink Pink #FA627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 52.97%
G = 20.76%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA627C (or 0xFA627C) is known color: Brink Pink. HEX triplet: FA, 62 and 7C. RGB value is (250,98,124). Sum of RGB (Red+Green+Blue) = 250+98+124=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA627C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA627C is #059D83. Grayscale: #929292. Windows color (decimal): -368004 or 8151802. OLE color: 8151802.

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

Color convert

RGB 250 98 124 -
CMYK 0 0.61 0.50 0.02
HSL 349.74º 0.94% 0.68% -
HSV(B) 349.74º 0.61% 0.98% -
XYZ 47.43 30.51 22.46 -
YUV 146.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 250 98 124 0 0.61 0.50 0.02 349.74 0.94 0.68
Hex FA 62 7C 0 3D 32 2 15E 5E 44
Octal 372 142 174 0 75 62 2 536 136 104
Binary 11111010 1100010 1111100 0 111101 110010 10 101011110 1011110 1000100

Color Harmonies of #FA627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA627C

Black with #FA627C

Text Example


Text Example

White with #FA627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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