Html Css Color HEX #FA618B Brink Pink

📋 copy color: '#FA618B'

red 250 ◦ green 97 ◦ blue 139

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

Shades of Brink Pink #FA618B

Tints of Brink Pink #FA618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 51.44%
G = 19.96%
B = 28.6%

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

#FA618B (or 0xFA618B) is known color: Brink Pink. HEX triplet: FA, 61 and 8B. RGB value is (250,97,139). Sum of RGB (Red+Green+Blue) = 250+97+139=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA618B is #059E74. Grayscale: #939393. Windows color (decimal): -368245 or 9134586. OLE color: 9134586.

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

Color convert

RGB 250 97 139 -
CMYK 0 0.61 0.44 0.02
HSL 343.53º 0.94% 0.68% -
HSV(B) 343.53º 0.61% 0.98% -
XYZ 48.36 30.74 27.81 -
YUV 147.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 250 97 139 0 0.61 0.44 0.02 343.53 0.94 0.68
Hex FA 61 8B 0 3D 2C 2 158 5E 44
Octal 372 141 213 0 75 54 2 530 136 104
Binary 11111010 1100001 10001011 0 111101 101100 10 101011000 1011110 1000100

Color Harmonies of #FA618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA618B

Black with #FA618B

Text Example


Text Example

White with #FA618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA618B; }

 p { color: rgb(250,97,139); }

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

background-color css

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

 a { background-color: rgb(250,97,139); }

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

border-color css

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

 span { border-color: rgb(250,97,139); }

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