Html Css Color HEX #F18280 Light Coral

📋 copy color: '#F18280'

red 241 ◦ green 130 ◦ blue 128

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

Shades of Light Coral #F18280

Tints of Light Coral #F18280

RGB

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

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

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

R = 48.3%
G = 26.05%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F18280 (or 0xF18280) is known color: Light Coral. HEX triplet: F1, 82 and 80. RGB value is (241,130,128). Sum of RGB (Red+Green+Blue) = 241+130+128=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F18280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18280 is #0E7D7F. Grayscale: #A3A3A3. Windows color (decimal): -949632 or 8422129. OLE color: 8422129.

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

Color convert

RGB 241 130 128 -
CMYK 0 0.46 0.47 0.05
HSL 1.06º 0.8% 0.72% -
HSV(B) 1.06º 0.47% 0.95% -
XYZ 48.15 36.22 24.88 -
YUV 162.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 241 130 128 0 0.46 0.47 0.05 1.06 0.8 0.72
Hex F1 82 80 0 2E 2F 5 1 50 48
Octal 361 202 200 0 56 57 5 1 120 110
Binary 11110001 10000010 10000000 0 101110 101111 101 1 1010000 1001000

Color Harmonies of #F18280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18280

Black with #F18280

Text Example


Text Example

White with #F18280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18280; }

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

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

background-color css

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

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

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

border-color css

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

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

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