#F5827A

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

Shades of Light Coral #F5827A

Tints of Light Coral #F5827A

Color information

#F5827A (or 0xF5827A) is unknown color: approx Light Coral. HEX triplet: F5, 82 and 7A. RGB value is (245,130,122). Sum of RGB (Red+Green+Blue) = 245+130+122=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5827A is #0A7D85. Grayscale: #A3A3A3. Windows color (decimal): -687494 or 8028917. OLE color: 8028917.

HSL color Cylindrical-coordinate representation of color #F5827A: hue angle of 3.9º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5827A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245130122-
CMYK00.470.500.04
HSL3.9º86.01%71.96%-
HSV(B)3.9º50.2%96.08%-
XYZ49.1536.7822.92-
YUV163.47104.6186.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=49.30%
G=26.16%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513012200.470.500.043.986.0171.96
HexF5827A02F32445648
Octal3652021720576244126110
Binary11110101100000101111010010111111001010010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5827A; }

 p { color: rgb(245,130,122); }

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

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

 a { background-color: rgb(245,130,122); }

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

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

 span { border-color: rgb(245,130,122); }

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