Html Css Color HEX #FA758B Brink Pink

📋 copy color: '#FA758B'

red 250 ◦ green 117 ◦ blue 139

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

Shades of Brink Pink #FA758B

Tints of Brink Pink #FA758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 49.41%
G = 23.12%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA758B (or 0xFA758B) is known color: Brink Pink. HEX triplet: FA, 75 and 8B. RGB value is (250,117,139). Sum of RGB (Red+Green+Blue) = 250+117+139=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA758B is #058A74. Grayscale: #9F9F9F. Windows color (decimal): -363125 or 9139706. OLE color: 9139706.

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

Color convert

RGB 250 117 139 -
CMYK 0 0.53 0.44 0.02
HSL 350.08º 0.93% 0.72% -
HSV(B) 350.08º 0.53% 0.98% -
XYZ 50.45 34.91 28.51 -
YUV 159.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 250 117 139 0 0.53 0.44 0.02 350.08 0.93 0.72
Hex FA 75 8B 0 35 2C 2 15E 5D 48
Octal 372 165 213 0 65 54 2 536 135 110
Binary 11111010 1110101 10001011 0 110101 101100 10 101011110 1011101 1001000

Color Harmonies of #FA758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA758B

Black with #FA758B

Text Example


Text Example

White with #FA758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA758B; }

 p { color: rgb(250,117,139); }

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

background-color css

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

 a { background-color: rgb(250,117,139); }

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

border-color css

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

 span { border-color: rgb(250,117,139); }

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