Html Css Color HEX #FA738D Brink Pink

📋 copy color: '#FA738D'

red 250 ◦ green 115 ◦ blue 141

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

Shades of Brink Pink #FA738D

Tints of Brink Pink #FA738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

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

R = 49.41%
G = 22.73%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA738D (or 0xFA738D) is known color: Brink Pink. HEX triplet: FA, 73 and 8D. RGB value is (250,115,141). Sum of RGB (Red+Green+Blue) = 250+115+141=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA738D is #058C72. Grayscale: #9E9E9E. Windows color (decimal): -363635 or 9270266. OLE color: 9270266.

HSL color Cylindrical-coordinate representation of color #FA738D: hue angle of 348.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA738D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 141 -
CMYK 0 0.54 0.44 0.02
HSL 348.44º 0.93% 0.72% -
HSV(B) 348.44º 0.54% 0.98% -
XYZ 50.36 34.51 29.21 -
YUV 158.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 250 115 141 0 0.54 0.44 0.02 348.44 0.93 0.72
Hex FA 73 8D 0 36 2C 2 15C 5D 48
Octal 372 163 215 0 66 54 2 534 135 110
Binary 11111010 1110011 10001101 0 110110 101100 10 101011100 1011101 1001000

Color Harmonies of #FA738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA738D

Black with #FA738D

Text Example


Text Example

White with #FA738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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