Html Css Color HEX #FA658C Brink Pink

📋 copy color: '#FA658C'

red 250 ◦ green 101 ◦ blue 140

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

Shades of Brink Pink #FA658C

Tints of Brink Pink #FA658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 50.92%
G = 20.57%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA658C (or 0xFA658C) is known color: Brink Pink. HEX triplet: FA, 65 and 8C. RGB value is (250,101,140). Sum of RGB (Red+Green+Blue) = 250+101+140=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA658C is #059A73. Grayscale: #959595. Windows color (decimal): -367220 or 9201146. OLE color: 9201146.

HSL color Cylindrical-coordinate representation of color #FA658C: hue angle of 344.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA658C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 140 -
CMYK 0 0.60 0.44 0.02
HSL 344.3º 0.94% 0.69% -
HSV(B) 344.3º 0.6% 0.98% -
XYZ 48.81 31.52 28.32 -
YUV 150 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 250 101 140 0 0.60 0.44 0.02 344.3 0.94 0.69
Hex FA 65 8C 0 3C 2C 2 158 5E 45
Octal 372 145 214 0 74 54 2 530 136 105
Binary 11111010 1100101 10001100 0 111100 101100 10 101011000 1011110 1000101

Color Harmonies of #FA658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA658C

Black with #FA658C

Text Example


Text Example

White with #FA658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA658C; }

 p { color: rgb(250,101,140); }

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

background-color css

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

 a { background-color: rgb(250,101,140); }

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

border-color css

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

 span { border-color: rgb(250,101,140); }

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