Html Css Color HEX #F18580 Light Coral

📋 copy color: '#F18580'

red 241 ◦ green 133 ◦ blue 128

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

Shades of Light Coral #F18580

Tints of Light Coral #F18580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.49%

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 48.01%
G = 26.49%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F18580 (or 0xF18580) is known color: Light Coral. HEX triplet: F1, 85 and 80. RGB value is (241,133,128). Sum of RGB (Red+Green+Blue) = 241+133+128=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18580 is #0E7A7F. Grayscale: #A4A4A4. Windows color (decimal): -948864 or 8422897. OLE color: 8422897.

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

Color convert

RGB 241 133 128 -
CMYK 0 0.45 0.47 0.05
HSL 2.65º 0.8% 0.72% -
HSV(B) 2.65º 0.47% 0.95% -
XYZ 48.56 37.03 25.01 -
YUV 164.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 241 133 128 0 0.45 0.47 0.05 2.65 0.8 0.72
Hex F1 85 80 0 2D 2F 5 3 50 48
Octal 361 205 200 0 55 57 5 3 120 110
Binary 11110001 10000101 10000000 0 101101 101111 101 11 1010000 1001000

Color Harmonies of #F18580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18580

Black with #F18580

Text Example


Text Example

White with #F18580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18580; }

 p { color: rgb(241,133,128); }

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

background-color css

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

 a { background-color: rgb(241,133,128); }

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

border-color css

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

 span { border-color: rgb(241,133,128); }

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