Html Css Color HEX #F08685 Light Coral

📋 copy color: '#F08685'

red 240 ◦ green 134 ◦ blue 133

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

Shades of Light Coral #F08685

Tints of Light Coral #F08685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.43%

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 47.34%
G = 26.43%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08685 (or 0xF08685) is known color: Light Coral. HEX triplet: F0, 86 and 85. RGB value is (240,134,133). Sum of RGB (Red+Green+Blue) = 240+134+133=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F08685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08685 is #0F797A. Grayscale: #A5A5A5. Windows color (decimal): -1014139 or 8750832. OLE color: 8750832.

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

Color convert

RGB 240 134 133 -
CMYK 0 0.44 0.45 0.06
HSL 0.56º 0.78% 0.73% -
HSV(B) 0.56º 0.45% 0.94% -
XYZ 48.69 37.27 26.82 -
YUV 165.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 240 134 133 0 0.44 0.45 0.06 0.56 0.78 0.73
Hex F0 86 85 0 2C 2D 6 1 4E 49
Octal 360 206 205 0 54 55 6 1 116 111
Binary 11110000 10000110 10000101 0 101100 101101 110 1 1001110 1001001

Color Harmonies of #F08685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08685

Black with #F08685

Text Example


Text Example

White with #F08685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08685; }

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

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

background-color css

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

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

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

border-color css

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

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

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