Html Css Color HEX #FA618A Brink Pink

📋 copy color: '#FA618A'

red 250 ◦ green 97 ◦ blue 138

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

Shades of Brink Pink #FA618A

Tints of Brink Pink #FA618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 51.55%
G = 20%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA618A (or 0xFA618A) is known color: Brink Pink. HEX triplet: FA, 61 and 8A. RGB value is (250,97,138). Sum of RGB (Red+Green+Blue) = 250+97+138=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA618A is #059E75. Grayscale: #939393. Windows color (decimal): -368246 or 9069050. OLE color: 9069050.

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

Color convert

RGB 250 97 138 -
CMYK 0 0.61 0.45 0.02
HSL 343.92º 0.94% 0.68% -
HSV(B) 343.92º 0.61% 0.98% -
XYZ 48.29 30.71 27.43 -
YUV 147.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 250 97 138 0 0.61 0.45 0.02 343.92 0.94 0.68
Hex FA 61 8A 0 3D 2D 2 158 5E 44
Octal 372 141 212 0 75 55 2 530 136 104
Binary 11111010 1100001 10001010 0 111101 101101 10 101011000 1011110 1000100

Color Harmonies of #FA618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA618A

Black with #FA618A

Text Example


Text Example

White with #FA618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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