Html Css Color HEX #F67870 Salmon

📋 copy color: '#F67870'

red 246 ◦ green 120 ◦ blue 112

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

Shades of Salmon #F67870

Tints of Salmon #F67870

RGB

 RED value IS 246 (96.48% from 255) = 51.46%

 GREEN value IS 120 (47.27% from 255) = 25.1%

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

R = 51.46%
G = 25.1%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F67870 (or 0xF67870) is known color: Salmon. HEX triplet: F6, 78 and 70. RGB value is (246,120,112). Sum of RGB (Red+Green+Blue) = 246+120+112=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F67870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67870 is #09878F. Grayscale: #9C9C9C. Windows color (decimal): -624528 or 7370998. OLE color: 7370998.

HSL color Cylindrical-coordinate representation of color #F67870: hue angle of 3.58º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67870 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 120 112 -
CMYK 0 0.51 0.54 0.04
HSL 3.58º 0.88% 0.7% -
HSV(B) 3.58º 0.54% 0.96% -
XYZ 47.65 34.2 19.42 -
YUV 156.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 246 120 112 0 0.51 0.54 0.04 3.58 0.88 0.7
Hex F6 78 70 0 33 36 4 4 58 46
Octal 366 170 160 0 63 66 4 4 130 106
Binary 11110110 1111000 1110000 0 110011 110110 100 100 1011000 1000110

Color Harmonies of #F67870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67870

Black with #F67870

Text Example


Text Example

White with #F67870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67870; }

 p { color: rgb(246,120,112); }

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

background-color css

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

 a { background-color: rgb(246,120,112); }

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

border-color css

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

 span { border-color: rgb(246,120,112); }

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