Html Css Color HEX #FA627F Brink Pink

📋 copy color: '#FA627F'

red 250 ◦ green 98 ◦ blue 127

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

Shades of Brink Pink #FA627F

Tints of Brink Pink #FA627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 52.63%
G = 20.63%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA627F (or 0xFA627F) is known color: Brink Pink. HEX triplet: FA, 62 and 7F. RGB value is (250,98,127). Sum of RGB (Red+Green+Blue) = 250+98+127=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA627F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA627F is #059D80. Grayscale: #929292. Windows color (decimal): -368001 or 8348410. OLE color: 8348410.

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

Color convert

RGB 250 98 127 -
CMYK 0 0.61 0.49 0.02
HSL 348.55º 0.94% 0.68% -
HSV(B) 348.55º 0.61% 0.98% -
XYZ 47.62 30.59 23.47 -
YUV 146.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 250 98 127 0 0.61 0.49 0.02 348.55 0.94 0.68
Hex FA 62 7F 0 3D 31 2 15D 5E 44
Octal 372 142 177 0 75 61 2 535 136 104
Binary 11111010 1100010 1111111 0 111101 110001 10 101011101 1011110 1000100

Color Harmonies of #FA627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA627F

Black with #FA627F

Text Example


Text Example

White with #FA627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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