Html Css Color HEX #FB7982 Brink Pink

📋 copy color: '#FB7982'

red 251 ◦ green 121 ◦ blue 130

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

Shades of Brink Pink #FB7982

Tints of Brink Pink #FB7982

RGB

 RED value IS 251 (98.44% from 255) = 50%

 GREEN value IS 121 (47.66% from 255) = 24.1%

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

R = 50%
G = 24.1%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB7982 (or 0xFB7982) is known color: Brink Pink. HEX triplet: FB, 79 and 82. RGB value is (251,121,130). Sum of RGB (Red+Green+Blue) = 251+121+130=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7982 is #04867D. Grayscale: #A0A0A0. Windows color (decimal): -296574 or 8550907. OLE color: 8550907.

HSL color Cylindrical-coordinate representation of color #FB7982: hue angle of 355.85º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB7982 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 121 130 -
CMYK 0 0.52 0.48 0.02
HSL 355.85º 0.94% 0.73% -
HSV(B) 355.85º 0.52% 0.98% -
XYZ 50.65 35.8 25.36 -
YUV 160.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 251 121 130 0 0.52 0.48 0.02 355.85 0.94 0.73
Hex FB 79 82 0 34 30 2 164 5E 49
Octal 373 171 202 0 64 60 2 544 136 111
Binary 11111011 1111001 10000010 0 110100 110000 10 101100100 1011110 1001001

Color Harmonies of #FB7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7982

Black with #FB7982

Text Example


Text Example

White with #FB7982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7982; }

 p { color: rgb(251,121,130); }

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

background-color css

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

 a { background-color: rgb(251,121,130); }

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

border-color css

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

 span { border-color: rgb(251,121,130); }

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