#F38870

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

Shades of Salmon #F38870

Tints of Salmon #F38870

Color information

#F38870 (or 0xF38870) is unknown color: approx Salmon. HEX triplet: F3, 88 and 70. RGB value is (243,136,112). Sum of RGB (Red+Green+Blue) = 243+136+112=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38870 is #0C778F. Grayscale: #A5A5A5. Windows color (decimal): -817040 or 7375091. OLE color: 7375091.

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

Color convert

RGB243136112-
CMYK00.440.540.05
HSL10.99º84.52%69.61%-
HSV(B)10.99º53.91%95.29%-
XYZ48.6937.8320.07-
YUV165.2697.95183.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=49.49%
G=27.70%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313611200.440.540.0510.9984.5269.61
HexF3887002C365b5546
Octal36321016005466513125106
Binary111100111000100011100000101100110110101101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38870; }

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

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

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

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

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

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

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

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