#F07F7B

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

Shades of Light Coral #F07F7B

Tints of Light Coral #F07F7B

Color information

#F07F7B (or 0xF07F7B) is unknown color: approx Light Coral. HEX triplet: F0, 7F and 7B. RGB value is (240,127,123). Sum of RGB (Red+Green+Blue) = 240+127+123=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F7B is #0F8084. Grayscale: #A0A0A0. Windows color (decimal): -1015941 or 8093680. OLE color: 8093680.

HSL color Cylindrical-coordinate representation of color #F07F7B: hue angle of 2.05º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07F7B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240127123-
CMYK00.470.490.06
HSL2.05º79.59%71.18%-
HSV(B)2.05º48.75%94.12%-
XYZ47.135.1323.04-
YUV160.33106.94184.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.98%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 123 (48.44% from 255) = 25.10%
R=48.98%
G=25.92%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012712300.470.490.062.0579.5971.18
HexF07F7B02F31625047
Octal3601771730576162120107
Binary111100001111111111101101011111100011101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F7B; }

 p { color: rgb(240,127,123); }

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

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

 a { background-color: rgb(240,127,123); }

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

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

 span { border-color: rgb(240,127,123); }

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