Html Css Color HEX #F68F77 Dark Salmon

📋 copy color: '#F68F77'

red 246 ◦ green 143 ◦ blue 119

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

Shades of Dark Salmon #F68F77

Tints of Dark Salmon #F68F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

 BLUE value IS 119 (46.88% from 255) = 23.43%

R = 48.43%
G = 28.15%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68F77 (or 0xF68F77) is known color: Dark Salmon. HEX triplet: F6, 8F and 77. RGB value is (246,143,119). Sum of RGB (Red+Green+Blue) = 246+143+119=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F77 is #097088. Grayscale: #ABABAB. Windows color (decimal): -618633 or 7835638. OLE color: 7835638.

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

Color convert

RGB 246 143 119 -
CMYK 0 0.42 0.52 0.04
HSL 11.34º 0.88% 0.72% -
HSV(B) 11.34º 0.52% 0.96% -
XYZ 51.16 40.57 22.59 -
YUV 171.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 246 143 119 0 0.42 0.52 0.04 11.34 0.88 0.72
Hex F6 8F 77 0 2A 34 4 B 58 48
Octal 366 217 167 0 52 64 4 13 130 110
Binary 11110110 10001111 1110111 0 101010 110100 100 1011 1011000 1001000

Color Harmonies of #F68F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F77

Black with #F68F77

Text Example


Text Example

White with #F68F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F77; }

 p { color: rgb(246,143,119); }

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

background-color css

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

 a { background-color: rgb(246,143,119); }

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

border-color css

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

 span { border-color: rgb(246,143,119); }

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