Html Css Color HEX #F28080 Light Coral

📋 copy color: '#F28080'

red 242 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #F28080

Tints of Light Coral #F28080

RGB

 RED value IS 242 (94.92% from 255) = 48.59%

 GREEN value IS 128 (50.39% from 255) = 25.7%

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

R = 48.59%
G = 25.7%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28080 (or 0xF28080) is known color: Light Coral. HEX triplet: F2, 80 and 80. RGB value is (242,128,128). Sum of RGB (Red+Green+Blue) = 242+128+128=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F28080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28080 is #0D7F7F. Grayscale: #A2A2A2. Windows color (decimal): -884608 or 8421618. OLE color: 8421618.

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

Color convert

RGB 242 128 128 -
CMYK 0 0.47 0.47 0.05
HSL 0.81% 0.73% -
HSV(B) 0.47% 0.95% -
XYZ 48.23 35.87 24.8 -
YUV 162.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 242 128 128 0 0.47 0.47 0.05 0 0.81 0.73
Hex F2 80 80 0 2F 2F 5 0 51 49
Octal 362 200 200 0 57 57 5 0 121 111
Binary 11110010 10000000 10000000 0 101111 101111 101 0 1010001 1001001

Color Harmonies of #F28080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28080

Black with #F28080

Text Example


Text Example

White with #F28080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28080; }

 p { color: rgb(242,128,128); }

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

background-color css

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

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

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

border-color css

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

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

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