#F38875

Color #F38875 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F38875

Tints of Salmon #F38875

Color information

#F38875 (or 0xF38875) is unknown color: approx Salmon. HEX triplet: F3, 88 and 75. RGB value is (243,136,117). Sum of RGB (Red+Green+Blue) = 243+136+117=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F38875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38875 is #0C778A. Grayscale: #A6A6A6. Windows color (decimal): -817035 or 7702771. OLE color: 7702771.

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

Color convert

RGB243136117-
CMYK00.440.520.05
HSL9.05º84%70.59%-
HSV(B)9.05º51.85%95.29%-
XYZ48.9837.9521.57-
YUV165.83100.45183.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=48.99%
G=27.42%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313611700.440.520.059.058470.59
HexF3887502C34595447
Octal36321016505464511124107
Binary111100111000100011101010101100110100101100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38875; }

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

 H1.HeaderClassName
 {
   color: #F38875;
 }
 .AnyTagClassName
 {
   color: #F38875;
 }
</style>
background-color css

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

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

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

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

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

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