Html Css Color HEX #F08A81 Light Coral

📋 copy color: '#F08A81'

red 240 ◦ green 138 ◦ blue 129

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

Shades of Light Coral #F08A81

Tints of Light Coral #F08A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

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

R = 47.34%
G = 27.22%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F08A81 (or 0xF08A81) is known color: Light Coral. HEX triplet: F0, 8A and 81. RGB value is (240,138,129). Sum of RGB (Red+Green+Blue) = 240+138+129=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A81 is #0F757E. Grayscale: #A7A7A7. Windows color (decimal): -1013119 or 8489712. OLE color: 8489712.

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

Color convert

RGB 240 138 129 -
CMYK 0 0.42 0.46 0.06
HSL 4.86º 0.79% 0.72% -
HSV(B) 4.86º 0.46% 0.94% -
XYZ 48.99 38.29 25.58 -
YUV 167.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 240 138 129 0 0.42 0.46 0.06 4.86 0.79 0.72
Hex F0 8A 81 0 2A 2E 6 5 4F 48
Octal 360 212 201 0 52 56 6 5 117 110
Binary 11110000 10001010 10000001 0 101010 101110 110 101 1001111 1001000

Color Harmonies of #F08A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A81

Black with #F08A81

Text Example


Text Example

White with #F08A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A81; }

 p { color: rgb(240,138,129); }

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

background-color css

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

 a { background-color: rgb(240,138,129); }

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

border-color css

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

 span { border-color: rgb(240,138,129); }

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