Html Css Color HEX #FA628C Brink Pink

📋 copy color: '#FA628C'

red 250 ◦ green 98 ◦ blue 140

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

Shades of Brink Pink #FA628C

Tints of Brink Pink #FA628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 51.23%
G = 20.08%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA628C (or 0xFA628C) is known color: Brink Pink. HEX triplet: FA, 62 and 8C. RGB value is (250,98,140). Sum of RGB (Red+Green+Blue) = 250+98+140=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA628C is #059D73. Grayscale: #949494. Windows color (decimal): -367988 or 9200378. OLE color: 9200378.

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

Color convert

RGB 250 98 140 -
CMYK 0 0.61 0.44 0.02
HSL 343.42º 0.94% 0.68% -
HSV(B) 343.42º 0.61% 0.98% -
XYZ 48.53 30.95 28.23 -
YUV 148.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 250 98 140 0 0.61 0.44 0.02 343.42 0.94 0.68
Hex FA 62 8C 0 3D 2C 2 157 5E 44
Octal 372 142 214 0 75 54 2 527 136 104
Binary 11111010 1100010 10001100 0 111101 101100 10 101010111 1011110 1000100

Color Harmonies of #FA628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA628C

Black with #FA628C

Text Example


Text Example

White with #FA628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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