Html Css Color HEX #F88281 Light Coral

📋 copy color: '#F88281'

red 248 ◦ green 130 ◦ blue 129

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

Shades of Light Coral #F88281

Tints of Light Coral #F88281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.64%

 BLUE value IS 129 (50.78% from 255) = 25.44%

R = 48.92%
G = 25.64%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F88281 (or 0xF88281) is known color: Light Coral. HEX triplet: F8, 82 and 81. RGB value is (248,130,129). Sum of RGB (Red+Green+Blue) = 248+130+129=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F88281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88281 is #077D7E. Grayscale: #A5A5A5. Windows color (decimal): -490879 or 8487672. OLE color: 8487672.

HSL color Cylindrical-coordinate representation of color #F88281: hue angle of 0.5º degrees, saturation: 0.89, 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 #F88281 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 130 129 -
CMYK 0 0.48 0.48 0.03
HSL 0.5º 0.89% 0.74% -
HSV(B) 0.5º 0.48% 0.97% -
XYZ 50.66 37.51 25.34 -
YUV 165.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 248 130 129 0 0.48 0.48 0.03 0.5 0.89 0.74
Hex F8 82 81 0 30 30 3 1 59 4A
Octal 370 202 201 0 60 60 3 1 131 112
Binary 11111000 10000010 10000001 0 110000 110000 11 1 1011001 1001010

Color Harmonies of #F88281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88281

Black with #F88281

Text Example


Text Example

White with #F88281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88281; }

 p { color: rgb(248,130,129); }

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

background-color css

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

 a { background-color: rgb(248,130,129); }

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

border-color css

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

 span { border-color: rgb(248,130,129); }

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