Html Css Color HEX #FB7474 Salmon

📋 copy color: '#FB7474'

red 251 ◦ green 116 ◦ blue 116

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

Shades of Salmon #FB7474

Tints of Salmon #FB7474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 51.97%
G = 24.02%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB7474 (or 0xFB7474) is known color: Salmon. HEX triplet: FB, 74 and 74. RGB value is (251,116,116). Sum of RGB (Red+Green+Blue) = 251+116+116=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7474 is #048B8B. Grayscale: #9C9C9C. Windows color (decimal): -297868 or 7632123. OLE color: 7632123.

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

Color convert

RGB 251 116 116 -
CMYK 0 0.54 0.54 0.02
HSL 0.94% 0.72% -
HSV(B) 0.54% 0.98% -
XYZ 49.18 34.26 20.54 -
YUV 156.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 251 116 116 0 0.54 0.54 0.02 0 0.94 0.72
Hex FB 74 74 0 36 36 2 0 5E 48
Octal 373 164 164 0 66 66 2 0 136 110
Binary 11111011 1110100 1110100 0 110110 110110 10 0 1011110 1001000

Color Harmonies of #FB7474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7474

Black with #FB7474

Text Example


Text Example

White with #FB7474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7474; }

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

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

background-color css

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

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

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

border-color css

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

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

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