Html Css Color HEX #FA617C Brink Pink

📋 copy color: '#FA617C'

red 250 ◦ green 97 ◦ blue 124

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

Shades of Brink Pink #FA617C

Tints of Brink Pink #FA617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 53.08%
G = 20.59%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA617C (or 0xFA617C) is known color: Brink Pink. HEX triplet: FA, 61 and 7C. RGB value is (250,97,124). Sum of RGB (Red+Green+Blue) = 250+97+124=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA617C is #059E83. Grayscale: #919191. Windows color (decimal): -368260 or 8151546. OLE color: 8151546.

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

Color convert

RGB 250 97 124 -
CMYK 0 0.61 0.50 0.02
HSL 349.41º 0.94% 0.68% -
HSV(B) 349.41º 0.61% 0.98% -
XYZ 47.34 30.33 22.43 -
YUV 145.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 250 97 124 0 0.61 0.50 0.02 349.41 0.94 0.68
Hex FA 61 7C 0 3D 32 2 15D 5E 44
Octal 372 141 174 0 75 62 2 535 136 104
Binary 11111010 1100001 1111100 0 111101 110010 10 101011101 1011110 1000100

Color Harmonies of #FA617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA617C

Black with #FA617C

Text Example


Text Example

White with #FA617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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