Html Css Color HEX #F88A7A Salmon

📋 copy color: '#F88A7A'

red 248 ◦ green 138 ◦ blue 122

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

Shades of Salmon #F88A7A

Tints of Salmon #F88A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

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

R = 48.82%
G = 27.17%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F88A7A (or 0xF88A7A) is known color: Salmon. HEX triplet: F8, 8A and 7A. RGB value is (248,138,122). Sum of RGB (Red+Green+Blue) = 248+138+122=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A7A is #077585. Grayscale: #A9A9A9. Windows color (decimal): -488838 or 8030968. OLE color: 8030968.

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

Color convert

RGB 248 138 122 -
CMYK 0 0.44 0.51 0.03
HSL 7.62º 0.9% 0.73% -
HSV(B) 7.62º 0.51% 0.97% -
XYZ 51.31 39.54 23.34 -
YUV 169.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 248 138 122 0 0.44 0.51 0.03 7.62 0.9 0.73
Hex F8 8A 7A 0 2C 33 3 8 5A 49
Octal 370 212 172 0 54 63 3 10 132 111
Binary 11111000 10001010 1111010 0 101100 110011 11 1000 1011010 1001001

Color Harmonies of #F88A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88A7A

Black with #F88A7A

Text Example


Text Example

White with #F88A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88A7A; }

 p { color: rgb(248,138,122); }

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

background-color css

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

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

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

border-color css

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

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

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