#F68A7D

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

Shades of Light Coral #F68A7D

Tints of Light Coral #F68A7D

Color information

#F68A7D (or 0xF68A7D) is unknown color: approx Light Coral. HEX triplet: F6, 8A and 7D. RGB value is (246,138,125). Sum of RGB (Red+Green+Blue) = 246+138+125=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A7D is #097582. Grayscale: #A8A8A8. Windows color (decimal): -619907 or 8227574. OLE color: 8227574.

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

Color convert

RGB246138125-
CMYK00.440.490.04
HSL6.45º87.05%72.75%-
HSV(B)6.45º49.19%96.47%-
XYZ50.839.2524.3-
YUV168.81103.28183.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=48.33%
G=27.11%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613812500.440.490.046.4587.0572.75
HexF68A7D02C31465749
Octal3662121750546146127111
Binary11110110100010101111101010110011000110011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68A7D; }

 p { color: rgb(246,138,125); }

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

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

 a { background-color: rgb(246,138,125); }

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

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

 span { border-color: rgb(246,138,125); }

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