Html Css Color HEX #F28482 Light Coral

📋 copy color: '#F28482'

red 242 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #F28482

Tints of Light Coral #F28482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 48.02%
G = 26.19%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F28482 (or 0xF28482) is known color: Light Coral. HEX triplet: F2, 84 and 82. RGB value is (242,132,130). Sum of RGB (Red+Green+Blue) = 242+132+130=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F28482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28482 is #0D7B7D. Grayscale: #A4A4A4. Windows color (decimal): -883582 or 8553714. OLE color: 8553714.

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

Color convert

RGB 242 132 130 -
CMYK 0 0.45 0.46 0.05
HSL 1.07º 0.81% 0.73% -
HSV(B) 1.07º 0.46% 0.95% -
XYZ 48.9 36.99 25.68 -
YUV 164.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 242 132 130 0 0.45 0.46 0.05 1.07 0.81 0.73
Hex F2 84 82 0 2D 2E 5 1 51 49
Octal 362 204 202 0 55 56 5 1 121 111
Binary 11110010 10000100 10000010 0 101101 101110 101 1 1010001 1001001

Color Harmonies of #F28482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28482

Black with #F28482

Text Example


Text Example

White with #F28482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28482; }

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

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

background-color css

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

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

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

border-color css

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

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

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