Html Css Color HEX #F38868 Salmon

📋 copy color: '#F38868'

red 243 ◦ green 136 ◦ blue 104

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

Shades of Salmon #F38868

Tints of Salmon #F38868

RGB

 RED value IS 243 (95.31% from 255) = 50.31%

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

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 50.31%
G = 28.16%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F38868 (or 0xF38868) is known color: Salmon. HEX triplet: F3, 88 and 68. RGB value is (243,136,104). Sum of RGB (Red+Green+Blue) = 243+136+104=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F38868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38868 is #0C7797. Grayscale: #A4A4A4. Windows color (decimal): -817048 or 6850803. OLE color: 6850803.

HSL color Cylindrical-coordinate representation of color #F38868: hue angle of 13.81º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F38868 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 136 104 -
CMYK 0 0.44 0.57 0.05
HSL 13.81º 0.85% 0.68% -
HSV(B) 13.81º 0.57% 0.95% -
XYZ 48.27 37.66 17.82 -
YUV 164.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 243 136 104 0 0.44 0.57 0.05 13.81 0.85 0.68
Hex F3 88 68 0 2C 39 5 E 55 44
Octal 363 210 150 0 54 71 5 16 125 104
Binary 11110011 10001000 1101000 0 101100 111001 101 1110 1010101 1000100

Color Harmonies of #F38868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38868

Black with #F38868

Text Example


Text Example

White with #F38868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38868; }

 p { color: rgb(243,136,104); }

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

background-color css

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

 a { background-color: rgb(243,136,104); }

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

border-color css

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

 span { border-color: rgb(243,136,104); }

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