Html Css Color HEX #FA7182 Brink Pink

📋 copy color: '#FA7182'

red 250 ◦ green 113 ◦ blue 130

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

Shades of Brink Pink #FA7182

Tints of Brink Pink #FA7182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.37%

R = 50.71%
G = 22.92%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA7182 (or 0xFA7182) is known color: Brink Pink. HEX triplet: FA, 71 and 82. RGB value is (250,113,130). Sum of RGB (Red+Green+Blue) = 250+113+130=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7182 is #058E7D. Grayscale: #9B9B9B. Windows color (decimal): -364158 or 8548858. OLE color: 8548858.

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

Color convert

RGB 250 113 130 -
CMYK 0 0.55 0.48 0.02
HSL 352.55º 0.93% 0.71% -
HSV(B) 352.55º 0.55% 0.98% -
XYZ 49.36 33.75 25.03 -
YUV 155.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 250 113 130 0 0.55 0.48 0.02 352.55 0.93 0.71
Hex FA 71 82 0 37 30 2 161 5D 47
Octal 372 161 202 0 67 60 2 541 135 107
Binary 11111010 1110001 10000010 0 110111 110000 10 101100001 1011101 1000111

Color Harmonies of #FA7182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7182

Black with #FA7182

Text Example


Text Example

White with #FA7182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7182; }

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

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

background-color css

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

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

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

border-color css

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

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

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