Html Css Color HEX #FB7A7A Salmon

📋 copy color: '#FB7A7A'

red 251 ◦ green 122 ◦ blue 122

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

Shades of Salmon #FB7A7A

Tints of Salmon #FB7A7A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 50.71%
G = 24.65%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB7A7A (or 0xFB7A7A) is known color: Salmon. HEX triplet: FB, 7A and 7A. RGB value is (251,122,122). Sum of RGB (Red+Green+Blue) = 251+122+122=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A7A is #048585. Grayscale: #A0A0A0. Windows color (decimal): -296326 or 8026875. OLE color: 8026875.

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

Color convert

RGB 251 122 122 -
CMYK 0 0.51 0.51 0.02
HSL 0.94% 0.73% -
HSV(B) 0.51% 0.98% -
XYZ 50.26 35.83 22.68 -
YUV 160.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 251 122 122 0 0.51 0.51 0.02 0 0.94 0.73
Hex FB 7A 7A 0 33 33 2 0 5E 49
Octal 373 172 172 0 63 63 2 0 136 111
Binary 11111011 1111010 1111010 0 110011 110011 10 0 1011110 1001001

Color Harmonies of #FB7A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7A7A

Black with #FB7A7A

Text Example


Text Example

White with #FB7A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7A7A; }

 p { color: rgb(251,122,122); }

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

background-color css

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

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

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

border-color css

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

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

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