Html Css Color HEX #FA628F Brink Pink

📋 copy color: '#FA628F'

red 250 ◦ green 98 ◦ blue 143

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

Shades of Brink Pink #FA628F

Tints of Brink Pink #FA628F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 50.92%
G = 19.96%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA628F (or 0xFA628F) is known color: Brink Pink. HEX triplet: FA, 62 and 8F. RGB value is (250,98,143). Sum of RGB (Red+Green+Blue) = 250+98+143=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA628F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA628F is #059D70. Grayscale: #949494. Windows color (decimal): -367985 or 9396986. OLE color: 9396986.

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

Color convert

RGB 250 98 143 -
CMYK 0 0.61 0.43 0.02
HSL 342.24º 0.94% 0.68% -
HSV(B) 342.24º 0.61% 0.98% -
XYZ 48.75 31.04 29.41 -
YUV 148.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 250 98 143 0 0.61 0.43 0.02 342.24 0.94 0.68
Hex FA 62 8F 0 3D 2B 2 156 5E 44
Octal 372 142 217 0 75 53 2 526 136 104
Binary 11111010 1100010 10001111 0 111101 101011 10 101010110 1011110 1000100

Color Harmonies of #FA628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA628F

Black with #FA628F

Text Example


Text Example

White with #FA628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA628F; }

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

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

background-color css

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

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

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

border-color css

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

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

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