#F1827A

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

Shades of Light Coral #F1827A

Tints of Light Coral #F1827A

Color information

#F1827A (or 0xF1827A) is unknown color: approx Light Coral. HEX triplet: F1, 82 and 7A. RGB value is (241,130,122). Sum of RGB (Red+Green+Blue) = 241+130+122=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1827A is #0E7D85. Grayscale: #A2A2A2. Windows color (decimal): -949638 or 8028913. OLE color: 8028913.

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

Color convert

RGB241130122-
CMYK00.460.490.05
HSL4.03º80.95%71.18%-
HSV(B)4.03º49.38%94.51%-
XYZ47.7736.0722.86-
YUV162.28105.27184.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=48.88%
G=26.37%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113012200.460.490.054.0380.9571.18
HexF1827A02E31545147
Octal3612021720566154121107
Binary11110001100000101111010010111011000110110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1827A; }

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

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

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

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

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

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

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

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