Html Css Color HEX #F08C7E Light Coral

📋 copy color: '#F08C7E'

red 240 ◦ green 140 ◦ blue 126

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

Shades of Light Coral #F08C7E

Tints of Light Coral #F08C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 47.43%
G = 27.67%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F08C7E (or 0xF08C7E) is known color: Light Coral. HEX triplet: F0, 8C and 7E. RGB value is (240,140,126). Sum of RGB (Red+Green+Blue) = 240+140+126=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C7E is #0F7381. Grayscale: #A8A8A8. Windows color (decimal): -1012610 or 8293616. OLE color: 8293616.

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

Color convert

RGB 240 140 126 -
CMYK 0 0.42 0.48 0.06
HSL 7.37º 0.79% 0.72% -
HSV(B) 7.37º 0.48% 0.94% -
XYZ 49.08 38.79 24.64 -
YUV 168.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 240 140 126 0 0.42 0.48 0.06 7.37 0.79 0.72
Hex F0 8C 7E 0 2A 30 6 7 4F 48
Octal 360 214 176 0 52 60 6 7 117 110
Binary 11110000 10001100 1111110 0 101010 110000 110 111 1001111 1001000

Color Harmonies of #F08C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C7E

Black with #F08C7E

Text Example


Text Example

White with #F08C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C7E; }

 p { color: rgb(240,140,126); }

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

background-color css

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

 a { background-color: rgb(240,140,126); }

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

border-color css

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

 span { border-color: rgb(240,140,126); }

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