Html Css Color HEX #FB7070 Salmon

📋 copy color: '#FB7070'

red 251 ◦ green 112 ◦ blue 112

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

Shades of Salmon #FB7070

Tints of Salmon #FB7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 52.84%
G = 23.58%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB7070 (or 0xFB7070) is known color: Salmon. HEX triplet: FB, 70 and 70. RGB value is (251,112,112). Sum of RGB (Red+Green+Blue) = 251+112+112=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7070 is #048F8F. Grayscale: #999999. Windows color (decimal): -298896 or 7368955. OLE color: 7368955.

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

Color convert

RGB 251 112 112 -
CMYK 0 0.55 0.55 0.02
HSL 0.95% 0.71% -
HSV(B) 0.55% 0.98% -
XYZ 48.5 33.27 19.19 -
YUV 153.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 251 112 112 0 0.55 0.55 0.02 0 0.95 0.71
Hex FB 70 70 0 37 37 2 0 5F 47
Octal 373 160 160 0 67 67 2 0 137 107
Binary 11111011 1110000 1110000 0 110111 110111 10 0 1011111 1000111

Color Harmonies of #FB7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7070

Black with #FB7070

Text Example


Text Example

White with #FB7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7070; }

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

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

background-color css

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

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

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

border-color css

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

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

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