#F27F6F

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

Shades of Salmon #F27F6F

Tints of Salmon #F27F6F

Color information

#F27F6F (or 0xF27F6F) is unknown color: approx Salmon. HEX triplet: F2, 7F and 6F. RGB value is (242,127,111). Sum of RGB (Red+Green+Blue) = 242+127+111=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F6F is #0D8090. Grayscale: #9F9F9F. Windows color (decimal): -884881 or 7307250. OLE color: 7307250.

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

Color convert

RGB242127111-
CMYK00.480.540.05
HSL7.33º83.44%69.22%-
HSV(B)7.33º54.13%94.9%-
XYZ47.0835.219.35-
YUV159.56100.6186.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.42%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=50.42%
G=26.46%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212711100.480.540.057.3383.4469.22
HexF27F6F03036575345
Octal3621771570606657123105
Binary1111001011111111101111011000011011010111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27F6F; }

 p { color: rgb(242,127,111); }

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

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

 a { background-color: rgb(242,127,111); }

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

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

 span { border-color: rgb(242,127,111); }

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