Html Css Color HEX #F28C80 Light Coral

📋 copy color: '#F28C80'

red 242 ◦ green 140 ◦ blue 128

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

Shades of Light Coral #F28C80

Tints of Light Coral #F28C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

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

R = 47.45%
G = 27.45%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28C80 (or 0xF28C80) is known color: Light Coral. HEX triplet: F2, 8C and 80. RGB value is (242,140,128). Sum of RGB (Red+Green+Blue) = 242+140+128=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C80 is #0D737F. Grayscale: #A9A9A9. Windows color (decimal): -881536 or 8424690. OLE color: 8424690.

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

Color convert

RGB 242 140 128 -
CMYK 0 0.42 0.47 0.05
HSL 6.32º 0.81% 0.73% -
HSV(B) 6.32º 0.47% 0.95% -
XYZ 49.89 39.19 25.36 -
YUV 169.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 242 140 128 0 0.42 0.47 0.05 6.32 0.81 0.73
Hex F2 8C 80 0 2A 2F 5 6 51 49
Octal 362 214 200 0 52 57 5 6 121 111
Binary 11110010 10001100 10000000 0 101010 101111 101 110 1010001 1001001

Color Harmonies of #F28C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C80

Black with #F28C80

Text Example


Text Example

White with #F28C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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