Html Css Color HEX #FA747F Brink Pink

📋 copy color: '#FA747F'

red 250 ◦ green 116 ◦ blue 127

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

Shades of Brink Pink #FA747F

Tints of Brink Pink #FA747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.76%

R = 50.71%
G = 23.53%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA747F (or 0xFA747F) is known color: Brink Pink. HEX triplet: FA, 74 and 7F. RGB value is (250,116,127). Sum of RGB (Red+Green+Blue) = 250+116+127=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA747F is #058B80. Grayscale: #9D9D9D. Windows color (decimal): -363393 or 8353018. OLE color: 8353018.

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

Color convert

RGB 250 116 127 -
CMYK 0 0.54 0.49 0.02
HSL 355.07º 0.93% 0.72% -
HSV(B) 355.07º 0.54% 0.98% -
XYZ 49.5 34.35 24.1 -
YUV 157.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 250 116 127 0 0.54 0.49 0.02 355.07 0.93 0.72
Hex FA 74 7F 0 36 31 2 163 5D 48
Octal 372 164 177 0 66 61 2 543 135 110
Binary 11111010 1110100 1111111 0 110110 110001 10 101100011 1011101 1001000

Color Harmonies of #FA747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA747F

Black with #FA747F

Text Example


Text Example

White with #FA747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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