Html Css Color HEX #F88770 Salmon

📋 copy color: '#F88770'

red 248 ◦ green 135 ◦ blue 112

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

Shades of Salmon #F88770

Tints of Salmon #F88770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.27%

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

R = 50.1%
G = 27.27%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F88770 (or 0xF88770) is known color: Salmon. HEX triplet: F8, 87 and 70. RGB value is (248,135,112). Sum of RGB (Red+Green+Blue) = 248+135+112=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F88770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88770 is #07788F. Grayscale: #A6A6A6. Windows color (decimal): -489616 or 7374840. OLE color: 7374840.

HSL color Cylindrical-coordinate representation of color #F88770: hue angle of 10.15º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F88770 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 135 112 -
CMYK 0 0.46 0.55 0.03
HSL 10.15º 0.91% 0.71% -
HSV(B) 10.15º 0.55% 0.97% -
XYZ 50.3 38.45 20.1 -
YUV 166.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 248 135 112 0 0.46 0.55 0.03 10.15 0.91 0.71
Hex F8 87 70 0 2E 37 3 A 5B 47
Octal 370 207 160 0 56 67 3 12 133 107
Binary 11111000 10000111 1110000 0 101110 110111 11 1010 1011011 1000111

Color Harmonies of #F88770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88770

Black with #F88770

Text Example


Text Example

White with #F88770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88770; }

 p { color: rgb(248,135,112); }

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

background-color css

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

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

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

border-color css

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

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

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