Html Css Color HEX #FA758A Brink Pink

📋 copy color: '#FA758A'

red 250 ◦ green 117 ◦ blue 138

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

Shades of Brink Pink #FA758A

Tints of Brink Pink #FA758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 49.5%
G = 23.17%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA758A (or 0xFA758A) is known color: Brink Pink. HEX triplet: FA, 75 and 8A. RGB value is (250,117,138). Sum of RGB (Red+Green+Blue) = 250+117+138=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA758A is #058A75. Grayscale: #9F9F9F. Windows color (decimal): -363126 or 9074170. OLE color: 9074170.

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

Color convert

RGB 250 117 138 -
CMYK 0 0.53 0.45 0.02
HSL 350.53º 0.93% 0.72% -
HSV(B) 350.53º 0.53% 0.98% -
XYZ 50.37 34.88 28.12 -
YUV 159.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 250 117 138 0 0.53 0.45 0.02 350.53 0.93 0.72
Hex FA 75 8A 0 35 2D 2 15F 5D 48
Octal 372 165 212 0 65 55 2 537 135 110
Binary 11111010 1110101 10001010 0 110101 101101 10 101011111 1011101 1001000

Color Harmonies of #FA758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA758A

Black with #FA758A

Text Example


Text Example

White with #FA758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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