Html Css Color HEX #F08885 Light Coral

📋 copy color: '#F08885'

red 240 ◦ green 136 ◦ blue 133

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

Shades of Light Coral #F08885

Tints of Light Coral #F08885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.72%

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

R = 47.15%
G = 26.72%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08885 (or 0xF08885) is known color: Light Coral. HEX triplet: F0, 88 and 85. RGB value is (240,136,133). Sum of RGB (Red+Green+Blue) = 240+136+133=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F08885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08885 is #0F777A. Grayscale: #A6A6A6. Windows color (decimal): -1013627 or 8751344. OLE color: 8751344.

HSL color Cylindrical-coordinate representation of color #F08885: hue angle of 1.68º 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 #F08885 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 133 -
CMYK 0 0.43 0.45 0.06
HSL 1.68º 0.78% 0.73% -
HSV(B) 1.68º 0.45% 0.94% -
XYZ 48.97 37.83 26.91 -
YUV 166.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 240 136 133 0 0.43 0.45 0.06 1.68 0.78 0.73
Hex F0 88 85 0 2B 2D 6 2 4E 49
Octal 360 210 205 0 53 55 6 2 116 111
Binary 11110000 10001000 10000101 0 101011 101101 110 10 1001110 1001001

Color Harmonies of #F08885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08885

Black with #F08885

Text Example


Text Example

White with #F08885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08885; }

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

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

background-color css

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

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

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

border-color css

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

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

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