Html Css Color HEX #F08279 Light Coral

📋 copy color: '#F08279'

red 240 ◦ green 130 ◦ blue 121

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

Shades of Light Coral #F08279

Tints of Light Coral #F08279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

 BLUE value IS 121 (47.66% from 255) = 24.64%

R = 48.88%
G = 26.48%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F08279 (or 0xF08279) is known color: Light Coral. HEX triplet: F0, 82 and 79. RGB value is (240,130,121). Sum of RGB (Red+Green+Blue) = 240+130+121=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F08279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08279 is #0F7D86. Grayscale: #A2A2A2. Windows color (decimal): -1015175 or 7963376. OLE color: 7963376.

HSL color Cylindrical-coordinate representation of color #F08279: hue angle of 4.54º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08279 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 121 -
CMYK 0 0.46 0.50 0.06
HSL 4.54º 0.8% 0.71% -
HSV(B) 4.54º 0.5% 0.94% -
XYZ 47.37 35.87 22.52 -
YUV 161.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 240 130 121 0 0.46 0.50 0.06 4.54 0.8 0.71
Hex F0 82 79 0 2E 32 6 5 50 47
Octal 360 202 171 0 56 62 6 5 120 107
Binary 11110000 10000010 1111001 0 101110 110010 110 101 1010000 1000111

Color Harmonies of #F08279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08279

Black with #F08279

Text Example


Text Example

White with #F08279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08279; }

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

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

background-color css

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

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

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

border-color css

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

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

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