Html Css Color HEX #F88880 Light Coral

📋 copy color: '#F88880'

red 248 ◦ green 136 ◦ blue 128

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

Shades of Light Coral #F88880

Tints of Light Coral #F88880

RGB

 RED value IS 248 (97.27% from 255) = 48.44%

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

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

R = 48.44%
G = 26.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F88880 (or 0xF88880) is known color: Light Coral. HEX triplet: F8, 88 and 80. RGB value is (248,136,128). Sum of RGB (Red+Green+Blue) = 248+136+128=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F88880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88880 is #07777F. Grayscale: #A8A8A8. Windows color (decimal): -489344 or 8423672. OLE color: 8423672.

HSL color Cylindrical-coordinate representation of color #F88880: hue angle of 4º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88880 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 136 128 -
CMYK 0 0.45 0.48 0.03
HSL 0.9% 0.74% -
HSV(B) 0.48% 0.97% -
XYZ 51.41 39.12 25.26 -
YUV 168.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 248 136 128 0 0.45 0.48 0.03 4 0.9 0.74
Hex F8 88 80 0 2D 30 3 4 5A 4A
Octal 370 210 200 0 55 60 3 4 132 112
Binary 11111000 10001000 10000000 0 101101 110000 11 100 1011010 1001010

Color Harmonies of #F88880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88880

Black with #F88880

Text Example


Text Example

White with #F88880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88880; }

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

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

background-color css

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

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

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

border-color css

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

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

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