Html Css Color HEX #F08A7F Light Coral

📋 copy color: '#F08A7F'

red 240 ◦ green 138 ◦ blue 127

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

Shades of Light Coral #F08A7F

Tints of Light Coral #F08A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.15%

R = 47.52%
G = 27.33%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F08A7F (or 0xF08A7F) is known color: Light Coral. HEX triplet: F0, 8A and 7F. RGB value is (240,138,127). Sum of RGB (Red+Green+Blue) = 240+138+127=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A7F is #0F7580. Grayscale: #A7A7A7. Windows color (decimal): -1013121 or 8358640. OLE color: 8358640.

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

Color convert

RGB 240 138 127 -
CMYK 0 0.42 0.47 0.06
HSL 5.84º 0.79% 0.72% -
HSV(B) 5.84º 0.47% 0.94% -
XYZ 48.85 38.23 24.88 -
YUV 167.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 240 138 127 0 0.42 0.47 0.06 5.84 0.79 0.72
Hex F0 8A 7F 0 2A 2F 6 6 4F 48
Octal 360 212 177 0 52 57 6 6 117 110
Binary 11110000 10001010 1111111 0 101010 101111 110 110 1001111 1001000

Color Harmonies of #F08A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A7F

Black with #F08A7F

Text Example


Text Example

White with #F08A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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