Html Css Color HEX #F28480 Light Coral

📋 copy color: '#F28480'

red 242 ◦ green 132 ◦ blue 128

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

Shades of Light Coral #F28480

Tints of Light Coral #F28480

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.29%

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

R = 48.21%
G = 26.29%
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

#F28480 (or 0xF28480) is known color: Light Coral. HEX triplet: F2, 84 and 80. RGB value is (242,132,128). Sum of RGB (Red+Green+Blue) = 242+132+128=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F28480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28480 is #0D7B7F. Grayscale: #A4A4A4. Windows color (decimal): -883584 or 8422642. OLE color: 8422642.

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

Color convert

RGB 242 132 128 -
CMYK 0 0.45 0.47 0.05
HSL 2.11º 0.81% 0.73% -
HSV(B) 2.11º 0.47% 0.95% -
XYZ 48.77 36.94 24.98 -
YUV 164.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 242 132 128 0 0.45 0.47 0.05 2.11 0.81 0.73
Hex F2 84 80 0 2D 2F 5 2 51 49
Octal 362 204 200 0 55 57 5 2 121 111
Binary 11110010 10000100 10000000 0 101101 101111 101 10 1010001 1001001

Color Harmonies of #F28480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28480

Black with #F28480

Text Example


Text Example

White with #F28480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28480; }

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

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

background-color css

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

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

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

border-color css

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

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

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