#F6817F

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

Shades of Light Coral #F6817F

Tints of Light Coral #F6817F

Color information

#F6817F (or 0xF6817F) is unknown color: approx Light Coral. HEX triplet: F6, 81 and 7F. RGB value is (246,129,127). Sum of RGB (Red+Green+Blue) = 246+129+127=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6817F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6817F is #097E80. Grayscale: #A3A3A3. Windows color (decimal): -622209 or 8356342. OLE color: 8356342.

HSL color Cylindrical-coordinate representation of color #F6817F: hue angle of 1.01º 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 #F6817F is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246129127-
CMYK00.480.480.04
HSL1.01º86.86%73.14%-
HSV(B)1.01º48.37%96.47%-
XYZ49.6936.8324.57-
YUV163.76107.26186.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.00%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 127 (50% from 255) = 25.30%
R=49.00%
G=25.70%
B=25.30%

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
Decimal24612912700.480.480.041.0186.8673.14
HexF6817F03030415749
Octal3662011770606041127111
Binary111101101000000111111110110000110000100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6817F; }

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

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

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

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

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

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

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

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