Html Css Color HEX #FA658D Brink Pink

📋 copy color: '#FA658D'

red 250 ◦ green 101 ◦ blue 141

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

Shades of Brink Pink #FA658D

Tints of Brink Pink #FA658D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 50.81%
G = 20.53%
B = 28.66%

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

#FA658D (or 0xFA658D) is known color: Brink Pink. HEX triplet: FA, 65 and 8D. RGB value is (250,101,141). Sum of RGB (Red+Green+Blue) = 250+101+141=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA658D is #059A72. Grayscale: #969696. Windows color (decimal): -367219 or 9266682. OLE color: 9266682.

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

Color convert

RGB 250 101 141 -
CMYK 0 0.60 0.44 0.02
HSL 343.89º 0.94% 0.69% -
HSV(B) 343.89º 0.6% 0.98% -
XYZ 48.89 31.55 28.71 -
YUV 150.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 250 101 141 0 0.60 0.44 0.02 343.89 0.94 0.69
Hex FA 65 8D 0 3C 2C 2 158 5E 45
Octal 372 145 215 0 74 54 2 530 136 105
Binary 11111010 1100101 10001101 0 111100 101100 10 101011000 1011110 1000101

Color Harmonies of #FA658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA658D

Black with #FA658D

Text Example


Text Example

White with #FA658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA658D; }

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

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

background-color css

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

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

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

border-color css

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

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

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