#F68180

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

Shades of Light Coral #F68180

Tints of Light Coral #F68180

Color information

#F68180 (or 0xF68180) is unknown color: approx Light Coral. HEX triplet: F6, 81 and 80. RGB value is (246,129,128). Sum of RGB (Red+Green+Blue) = 246+129+128=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68180 is #097E7F. Grayscale: #A3A3A3. Windows color (decimal): -622208 or 8421878. OLE color: 8421878.

HSL color Cylindrical-coordinate representation of color #F68180: hue angle of 0.51º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68180 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246129128-
CMYK00.480.480.04
HSL0.51º86.76%73.33%-
HSV(B)0.51º47.97%96.47%-
XYZ49.7536.8524.91-
YUV163.87107.76186.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=48.91%
G=25.65%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612912800.480.480.040.5186.7673.33
HexF6818003030415749
Octal3662012000606041127111
Binary1111011010000001100000000110000110000100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68180; }

 p { color: rgb(246,129,128); }

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

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

 a { background-color: rgb(246,129,128); }

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

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

 span { border-color: rgb(246,129,128); }

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