Html Css Color HEX #FA748C Brink Pink

📋 copy color: '#FA748C'

red 250 ◦ green 116 ◦ blue 140

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

Shades of Brink Pink #FA748C

Tints of Brink Pink #FA748C

RGB

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

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

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

R = 49.41%
G = 22.92%
B = 27.67%

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

#FA748C (or 0xFA748C) is known color: Brink Pink. HEX triplet: FA, 74 and 8C. RGB value is (250,116,140). Sum of RGB (Red+Green+Blue) = 250+116+140=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA748C is #058B73. Grayscale: #9E9E9E. Windows color (decimal): -363380 or 9204986. OLE color: 9204986.

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

Color convert

RGB 250 116 140 -
CMYK 0 0.54 0.44 0.02
HSL 349.25º 0.93% 0.72% -
HSV(B) 349.25º 0.54% 0.98% -
XYZ 50.4 34.71 28.85 -
YUV 158.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 250 116 140 0 0.54 0.44 0.02 349.25 0.93 0.72
Hex FA 74 8C 0 36 2C 2 15D 5D 48
Octal 372 164 214 0 66 54 2 535 135 110
Binary 11111010 1110100 10001100 0 110110 101100 10 101011101 1011101 1001000

Color Harmonies of #FA748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA748C

Black with #FA748C

Text Example


Text Example

White with #FA748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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