Html Css Color HEX #FA747D Brink Pink

📋 copy color: '#FA747D'

red 250 ◦ green 116 ◦ blue 125

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

Shades of Brink Pink #FA747D

Tints of Brink Pink #FA747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.63%

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 50.92%
G = 23.63%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA747D (or 0xFA747D) is known color: Brink Pink. HEX triplet: FA, 74 and 7D. RGB value is (250,116,125). Sum of RGB (Red+Green+Blue) = 250+116+125=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA747D is #058B82. Grayscale: #9D9D9D. Windows color (decimal): -363395 or 8221946. OLE color: 8221946.

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

Color convert

RGB 250 116 125 -
CMYK 0 0.54 0.50 0.02
HSL 355.97º 0.93% 0.72% -
HSV(B) 355.97º 0.54% 0.98% -
XYZ 49.37 34.3 23.42 -
YUV 157.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 250 116 125 0 0.54 0.50 0.02 355.97 0.93 0.72
Hex FA 74 7D 0 36 32 2 164 5D 48
Octal 372 164 175 0 66 62 2 544 135 110
Binary 11111010 1110100 1111101 0 110110 110010 10 101100100 1011101 1001000

Color Harmonies of #FA747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA747D

Black with #FA747D

Text Example


Text Example

White with #FA747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA747D; }

 p { color: rgb(250,116,125); }

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

background-color css

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

 a { background-color: rgb(250,116,125); }

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

border-color css

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

 span { border-color: rgb(250,116,125); }

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