Html Css Color HEX #F28980 Light Coral

📋 copy color: '#F28980'

red 242 ◦ green 137 ◦ blue 128

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

Shades of Light Coral #F28980

Tints of Light Coral #F28980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.02%

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

R = 47.73%
G = 27.02%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28980 (or 0xF28980) is known color: Light Coral. HEX triplet: F2, 89 and 80. RGB value is (242,137,128). Sum of RGB (Red+Green+Blue) = 242+137+128=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F28980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28980 is #0D767F. Grayscale: #A7A7A7. Windows color (decimal): -882304 or 8423922. OLE color: 8423922.

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

Color convert

RGB 242 137 128 -
CMYK 0 0.43 0.47 0.05
HSL 4.74º 0.81% 0.73% -
HSV(B) 4.74º 0.47% 0.95% -
XYZ 49.46 38.33 25.21 -
YUV 167.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 242 137 128 0 0.43 0.47 0.05 4.74 0.81 0.73
Hex F2 89 80 0 2B 2F 5 5 51 49
Octal 362 211 200 0 53 57 5 5 121 111
Binary 11110010 10001001 10000000 0 101011 101111 101 101 1010001 1001001

Color Harmonies of #F28980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28980

Black with #F28980

Text Example


Text Example

White with #F28980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28980; }

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

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

background-color css

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

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

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

border-color css

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

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

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