Html Css Color HEX #F08B7D Light Coral

📋 copy color: '#F08B7D'

red 240 ◦ green 139 ◦ blue 125

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

Shades of Light Coral #F08B7D

Tints of Light Coral #F08B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.58%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 47.62%
G = 27.58%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F08B7D (or 0xF08B7D) is known color: Light Coral. HEX triplet: F0, 8B and 7D. RGB value is (240,139,125). Sum of RGB (Red+Green+Blue) = 240+139+125=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B7D is #0F7482. Grayscale: #A7A7A7. Windows color (decimal): -1012867 or 8227824. OLE color: 8227824.

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

Color convert

RGB 240 139 125 -
CMYK 0 0.42 0.48 0.06
HSL 7.3º 0.79% 0.72% -
HSV(B) 7.3º 0.48% 0.94% -
XYZ 48.87 38.47 24.25 -
YUV 167.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 240 139 125 0 0.42 0.48 0.06 7.3 0.79 0.72
Hex F0 8B 7D 0 2A 30 6 7 4F 48
Octal 360 213 175 0 52 60 6 7 117 110
Binary 11110000 10001011 1111101 0 101010 110000 110 111 1001111 1001000

Color Harmonies of #F08B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B7D

Black with #F08B7D

Text Example


Text Example

White with #F08B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B7D; }

 p { color: rgb(240,139,125); }

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

background-color css

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

 a { background-color: rgb(240,139,125); }

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

border-color css

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

 span { border-color: rgb(240,139,125); }

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