#F27B74

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

Shades of Salmon #F27B74

Tints of Salmon #F27B74

Color information

#F27B74 (or 0xF27B74) is unknown color: approx Salmon. HEX triplet: F2, 7B and 74. RGB value is (242,123,116). Sum of RGB (Red+Green+Blue) = 242+123+116=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B74 is #0D848B. Grayscale: #9D9D9D. Windows color (decimal): -885900 or 7633906. OLE color: 7633906.

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

Color convert

RGB242123116-
CMYK00.490.520.05
HSL3.33º82.89%70.2%-
HSV(B)3.33º52.07%94.9%-
XYZ46.8534.320.67-
YUV157.78104.42188.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=50.31%
G=25.57%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212311600.490.520.053.3382.8970.2
HexF27B7403134535346
Octal3621731640616453123106
Binary111100101111011111010001100011101001011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27B74; }

 p { color: rgb(242,123,116); }

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

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

 a { background-color: rgb(242,123,116); }

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

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

 span { border-color: rgb(242,123,116); }

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