Html Css Color HEX #F67470 Salmon

📋 copy color: '#F67470'

red 246 ◦ green 116 ◦ blue 112

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

Shades of Salmon #F67470

Tints of Salmon #F67470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.47%

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

R = 51.9%
G = 24.47%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F67470 (or 0xF67470) is known color: Salmon. HEX triplet: F6, 74 and 70. RGB value is (246,116,112). Sum of RGB (Red+Green+Blue) = 246+116+112=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F67470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67470 is #098B8F. Grayscale: #9A9A9A. Windows color (decimal): -625552 or 7369974. OLE color: 7369974.

HSL color Cylindrical-coordinate representation of color #F67470: hue angle of 1.79º 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 #F67470 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 116 112 -
CMYK 0 0.53 0.54 0.04
HSL 1.79º 0.88% 0.7% -
HSV(B) 1.79º 0.54% 0.96% -
XYZ 47.18 33.25 19.26 -
YUV 154.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 246 116 112 0 0.53 0.54 0.04 1.79 0.88 0.7
Hex F6 74 70 0 35 36 4 2 58 46
Octal 366 164 160 0 65 66 4 2 130 106
Binary 11110110 1110100 1110000 0 110101 110110 100 10 1011000 1000110

Color Harmonies of #F67470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67470

Black with #F67470

Text Example


Text Example

White with #F67470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67470; }

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

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

background-color css

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

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

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

border-color css

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

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

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