Html Css Color HEX #F88573 Salmon

📋 copy color: '#F88573'

red 248 ◦ green 133 ◦ blue 115

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

Shades of Salmon #F88573

Tints of Salmon #F88573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.81%

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 50%
G = 26.81%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F88573 (or 0xF88573) is known color: Salmon. HEX triplet: F8, 85 and 73. RGB value is (248,133,115). Sum of RGB (Red+Green+Blue) = 248+133+115=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F88573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88573 is #077A8C. Grayscale: #A5A5A5. Windows color (decimal): -490125 or 7570936. OLE color: 7570936.

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

Color convert

RGB 248 133 115 -
CMYK 0 0.46 0.54 0.03
HSL 8.12º 0.9% 0.71% -
HSV(B) 8.12º 0.54% 0.97% -
XYZ 50.19 37.97 20.9 -
YUV 165.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 248 133 115 0 0.46 0.54 0.03 8.12 0.9 0.71
Hex F8 85 73 0 2E 36 3 8 5A 47
Octal 370 205 163 0 56 66 3 10 132 107
Binary 11111000 10000101 1110011 0 101110 110110 11 1000 1011010 1000111

Color Harmonies of #F88573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88573

Black with #F88573

Text Example


Text Example

White with #F88573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88573; }

 p { color: rgb(248,133,115); }

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

background-color css

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

 a { background-color: rgb(248,133,115); }

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

border-color css

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

 span { border-color: rgb(248,133,115); }

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