Html Css Color HEX #F88B7B Salmon

📋 copy color: '#F88B7B'

red 248 ◦ green 139 ◦ blue 123

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

Shades of Salmon #F88B7B

Tints of Salmon #F88B7B

RGB

 RED value IS 248 (97.27% from 255) = 48.63%

 GREEN value IS 139 (54.69% from 255) = 27.25%

 BLUE value IS 123 (48.44% from 255) = 24.12%

R = 48.63%
G = 27.25%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F88B7B (or 0xF88B7B) is known color: Salmon. HEX triplet: F8, 8B and 7B. RGB value is (248,139,123). Sum of RGB (Red+Green+Blue) = 248+139+123=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88B7B is #077484. Grayscale: #A9A9A9. Windows color (decimal): -488581 or 8096760. OLE color: 8096760.

HSL color Cylindrical-coordinate representation of color #F88B7B: hue angle of 7.68º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F88B7B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 139 123 -
CMYK 0 0.44 0.50 0.03
HSL 7.68º 0.9% 0.73% -
HSV(B) 7.68º 0.5% 0.97% -
XYZ 51.52 39.85 23.72 -
YUV 169.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 248 139 123 0 0.44 0.50 0.03 7.68 0.9 0.73
Hex F8 8B 7B 0 2C 32 3 8 5A 49
Octal 370 213 173 0 54 62 3 10 132 111
Binary 11111000 10001011 1111011 0 101100 110010 11 1000 1011010 1001001

Color Harmonies of #F88B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88B7B

Black with #F88B7B

Text Example


Text Example

White with #F88B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88B7B; }

 p { color: rgb(248,139,123); }

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

background-color css

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

 a { background-color: rgb(248,139,123); }

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

border-color css

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

 span { border-color: rgb(248,139,123); }

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