#FA8181

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

Shades of Light Coral #FA8181

Tints of Light Coral #FA8181

Color information

#FA8181 (or 0xFA8181) is unknown color: approx Light Coral. HEX triplet: FA, 81 and 81. RGB value is (250,129,129). Sum of RGB (Red+Green+Blue) = 250+129+129=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8181 is #057E7E. Grayscale: #A5A5A5. Windows color (decimal): -360063 or 8487418. OLE color: 8487418.

HSL color Cylindrical-coordinate representation of color #FA8181: hue angle of 0º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8181 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250129129-
CMYK00.480.480.02
HSL92.37%74.31%-
HSV(B)48.4%98.04%-
XYZ51.2437.6125.33-
YUV165.18107.59188.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=49.21%
G=25.39%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012912900.480.480.02092.3774.31
HexFA818103030205c4a
Octal3722012010606020134112
Binary111110101000000110000001011000011000010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8181; }

 p { color: rgb(250,129,129); }

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

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

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

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

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

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

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