Html Css Color HEX #F18482 Light Coral

📋 copy color: '#F18482'

red 241 ◦ green 132 ◦ blue 130

#F18482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #F18482

Tints of Light Coral #F18482

RGB

 RED value IS 241 (94.53% from 255) = 47.91%

 GREEN value IS 132 (51.95% from 255) = 26.24%

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 47.91%
G = 26.24%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F18482 (or 0xF18482) is known color: Light Coral. HEX triplet: F1, 84 and 82. RGB value is (241,132,130). Sum of RGB (Red+Green+Blue) = 241+132+130=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F18482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18482 is #0E7B7D. Grayscale: #A4A4A4. Windows color (decimal): -949118 or 8553713. OLE color: 8553713.

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

Color convert

RGB 241 132 130 -
CMYK 0 0.45 0.46 0.05
HSL 1.08º 0.8% 0.73% -
HSV(B) 1.08º 0.46% 0.95% -
XYZ 48.56 36.82 25.67 -
YUV 164.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 241 132 130 0 0.45 0.46 0.05 1.08 0.8 0.73
Hex F1 84 82 0 2D 2E 5 1 50 49
Octal 361 204 202 0 55 56 5 1 120 111
Binary 11110001 10000100 10000010 0 101101 101110 101 1 1010000 1001001

Color Harmonies of #F18482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18482

Black with #F18482

Text Example


Text Example

White with #F18482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18482; }

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

 H1.HeaderClassName
 {
   color: #F18482;
 }
 .AnyTagClassName
 {
   color: #F18482;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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