Html Css Color HEX #F78870 Salmon

📋 copy color: '#F78870'

red 247 ◦ green 136 ◦ blue 112

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

Shades of Salmon #F78870

Tints of Salmon #F78870

RGB

 RED value IS 247 (96.88% from 255) = 49.9%

 GREEN value IS 136 (53.52% from 255) = 27.47%

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

R = 49.9%
G = 27.47%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F78870 (or 0xF78870) is known color: Salmon. HEX triplet: F7, 88 and 70. RGB value is (247,136,112). Sum of RGB (Red+Green+Blue) = 247+136+112=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78870 is #08778F. Grayscale: #A6A6A6. Windows color (decimal): -554896 or 7375095. OLE color: 7375095.

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

Color convert

RGB 247 136 112 -
CMYK 0 0.45 0.55 0.03
HSL 10.67º 0.89% 0.7% -
HSV(B) 10.67º 0.55% 0.97% -
XYZ 50.09 38.55 20.13 -
YUV 166.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 247 136 112 0 0.45 0.55 0.03 10.67 0.89 0.7
Hex F7 88 70 0 2D 37 3 B 59 46
Octal 367 210 160 0 55 67 3 13 131 106
Binary 11110111 10001000 1110000 0 101101 110111 11 1011 1011001 1000110

Color Harmonies of #F78870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78870

Black with #F78870

Text Example


Text Example

White with #F78870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78870; }

 p { color: rgb(247,136,112); }

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

background-color css

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

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

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

border-color css

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

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

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