Html Css Color HEX #F08582 Light Coral

📋 copy color: '#F08582'

red 240 ◦ green 133 ◦ blue 130

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

Shades of Light Coral #F08582

Tints of Light Coral #F08582

RGB

 RED value IS 240 (94.14% from 255) = 47.71%

 GREEN value IS 133 (52.34% from 255) = 26.44%

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

R = 47.71%
G = 26.44%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F08582 (or 0xF08582) is known color: Light Coral. HEX triplet: F0, 85 and 82. RGB value is (240,133,130). Sum of RGB (Red+Green+Blue) = 240+133+130=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08582 is #0F7A7D. Grayscale: #A4A4A4. Windows color (decimal): -1014398 or 8553968. OLE color: 8553968.

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

Color convert

RGB 240 133 130 -
CMYK 0 0.45 0.46 0.06
HSL 1.64º 0.79% 0.73% -
HSV(B) 1.64º 0.46% 0.94% -
XYZ 48.35 36.91 25.7 -
YUV 164.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 240 133 130 0 0.45 0.46 0.06 1.64 0.79 0.73
Hex F0 85 82 0 2D 2E 6 2 4F 49
Octal 360 205 202 0 55 56 6 2 117 111
Binary 11110000 10000101 10000010 0 101101 101110 110 10 1001111 1001001

Color Harmonies of #F08582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08582

Black with #F08582

Text Example


Text Example

White with #F08582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08582; }

 p { color: rgb(240,133,130); }

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

background-color css

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

 a { background-color: rgb(240,133,130); }

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

border-color css

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

 span { border-color: rgb(240,133,130); }

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