Html Css Color HEX #F08880 Light Coral

📋 copy color: '#F08880'

red 240 ◦ green 136 ◦ blue 128

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

Shades of Light Coral #F08880

Tints of Light Coral #F08880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 47.62%
G = 26.98%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F08880 (or 0xF08880) is known color: Light Coral. HEX triplet: F0, 88 and 80. RGB value is (240,136,128). Sum of RGB (Red+Green+Blue) = 240+136+128=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08880 is #0F777F. Grayscale: #A6A6A6. Windows color (decimal): -1013632 or 8423664. OLE color: 8423664.

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

Color convert

RGB 240 136 128 -
CMYK 0 0.43 0.47 0.06
HSL 4.29º 0.79% 0.72% -
HSV(B) 4.29º 0.47% 0.94% -
XYZ 48.64 37.69 25.13 -
YUV 166.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 240 136 128 0 0.43 0.47 0.06 4.29 0.79 0.72
Hex F0 88 80 0 2B 2F 6 4 4F 48
Octal 360 210 200 0 53 57 6 4 117 110
Binary 11110000 10001000 10000000 0 101011 101111 110 100 1001111 1001000

Color Harmonies of #F08880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08880

Black with #F08880

Text Example


Text Example

White with #F08880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08880; }

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

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

background-color css

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

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

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

border-color css

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

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

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