#F17F7D

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

Shades of Light Coral #F17F7D

Tints of Light Coral #F17F7D

Color information

#F17F7D (or 0xF17F7D) is unknown color: approx Light Coral. HEX triplet: F1, 7F and 7D. RGB value is (241,127,125). Sum of RGB (Red+Green+Blue) = 241+127+125=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F7D is #0E8082. Grayscale: #A0A0A0. Windows color (decimal): -950403 or 8224753. OLE color: 8224753.

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

Color convert

RGB241127125-
CMYK00.470.480.05
HSL1.03º80.56%71.76%-
HSV(B)1.03º48.13%94.51%-
XYZ47.5735.3623.72-
YUV160.86107.77185.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=48.88%
G=25.76%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112712500.470.480.051.0380.5671.76
HexF17F7D02F30515148
Octal3611771750576051121110
Binary11110001111111111111010101111110000101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F7D; }

 p { color: rgb(241,127,125); }

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

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

 a { background-color: rgb(241,127,125); }

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

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

 span { border-color: rgb(241,127,125); }

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