Html Css Color HEX #F18481 Light Coral

📋 copy color: '#F18481'

red 241 ◦ green 132 ◦ blue 129

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

Shades of Light Coral #F18481

Tints of Light Coral #F18481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 48.01%
G = 26.29%
B = 25.7%

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

#F18481 (or 0xF18481) is known color: Light Coral. HEX triplet: F1, 84 and 81. RGB value is (241,132,129). Sum of RGB (Red+Green+Blue) = 241+132+129=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18481 is #0E7B7E. Grayscale: #A4A4A4. Windows color (decimal): -949119 or 8488177. OLE color: 8488177.

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

Color convert

RGB 241 132 129 -
CMYK 0 0.45 0.46 0.05
HSL 1.61º 0.8% 0.73% -
HSV(B) 1.61º 0.46% 0.95% -
XYZ 48.49 36.79 25.31 -
YUV 164.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 241 132 129 0 0.45 0.46 0.05 1.61 0.8 0.73
Hex F1 84 81 0 2D 2E 5 2 50 49
Octal 361 204 201 0 55 56 5 2 120 111
Binary 11110001 10000100 10000001 0 101101 101110 101 10 1010000 1001001

Color Harmonies of #F18481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18481

Black with #F18481

Text Example


Text Example

White with #F18481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18481; }

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

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

background-color css

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

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

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

border-color css

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

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

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