Html Css Color HEX #F18281 Light Coral

📋 copy color: '#F18281'

red 241 ◦ green 130 ◦ blue 129

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

Shades of Light Coral #F18281

Tints of Light Coral #F18281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 48.2%
G = 26%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F18281 (or 0xF18281) is known color: Light Coral. HEX triplet: F1, 82 and 81. RGB value is (241,130,129). Sum of RGB (Red+Green+Blue) = 241+130+129=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F18281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18281 is #0E7D7E. Grayscale: #A3A3A3. Windows color (decimal): -949631 or 8487665. OLE color: 8487665.

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

Color convert

RGB 241 130 129 -
CMYK 0 0.46 0.46 0.05
HSL 0.54º 0.8% 0.73% -
HSV(B) 0.54º 0.46% 0.95% -
XYZ 48.22 36.25 25.22 -
YUV 163.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 241 130 129 0 0.46 0.46 0.05 0.54 0.8 0.73
Hex F1 82 81 0 2E 2E 5 1 50 49
Octal 361 202 201 0 56 56 5 1 120 111
Binary 11110001 10000010 10000001 0 101110 101110 101 1 1010000 1001001

Color Harmonies of #F18281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18281

Black with #F18281

Text Example


Text Example

White with #F18281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18281; }

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

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

background-color css

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

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

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

border-color css

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

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

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