#F1827E

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

Shades of Light Coral #F1827E

Tints of Light Coral #F1827E

Color information

#F1827E (or 0xF1827E) is unknown color: approx Light Coral. HEX triplet: F1, 82 and 7E. RGB value is (241,130,126). Sum of RGB (Red+Green+Blue) = 241+130+126=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1827E is #0E7D81. Grayscale: #A2A2A2. Windows color (decimal): -949634 or 8291057. OLE color: 8291057.

HSL color Cylindrical-coordinate representation of color #F1827E: hue angle of 2.09º degrees, saturation: 0.8, 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 #F1827E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241130126-
CMYK00.460.480.05
HSL2.09º80.42%71.96%-
HSV(B)2.09º47.72%94.51%-
XYZ48.0236.1724.19-
YUV162.73107.27183.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 126 (49.61% from 255) = 25.35%
R=48.49%
G=26.16%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113012600.460.480.052.0980.4271.96
HexF1827E02E30525048
Octal3612021760566052120110
Binary1111000110000010111111001011101100001011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1827E; }

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

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

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

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

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

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

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

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