Html Css Color HEX #FA7187 Brink Pink

📋 copy color: '#FA7187'

red 250 ◦ green 113 ◦ blue 135

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

Shades of Brink Pink #FA7187

Tints of Brink Pink #FA7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.69%

 BLUE value IS 135 (53.13% from 255) = 27.11%

R = 50.2%
G = 22.69%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA7187 (or 0xFA7187) is known color: Brink Pink. HEX triplet: FA, 71 and 87. RGB value is (250,113,135). Sum of RGB (Red+Green+Blue) = 250+113+135=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7187 is #058E78. Grayscale: #9C9C9C. Windows color (decimal): -364153 or 8876538. OLE color: 8876538.

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

Color convert

RGB 250 113 135 -
CMYK 0 0.55 0.46 0.02
HSL 350.37º 0.93% 0.71% -
HSV(B) 350.37º 0.55% 0.98% -
XYZ 49.7 33.88 26.84 -
YUV 156.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 250 113 135 0 0.55 0.46 0.02 350.37 0.93 0.71
Hex FA 71 87 0 37 2E 2 15E 5D 47
Octal 372 161 207 0 67 56 2 536 135 107
Binary 11111010 1110001 10000111 0 110111 101110 10 101011110 1011101 1000111

Color Harmonies of #FA7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7187

Black with #FA7187

Text Example


Text Example

White with #FA7187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7187; }

 p { color: rgb(250,113,135); }

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

background-color css

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

 a { background-color: rgb(250,113,135); }

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

border-color css

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

 span { border-color: rgb(250,113,135); }

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