Html Css Color HEX #F08A7D Light Coral

📋 copy color: '#F08A7D'

red 240 ◦ green 138 ◦ blue 125

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

Shades of Light Coral #F08A7D

Tints of Light Coral #F08A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 47.71%
G = 27.44%
B = 24.85%

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

#F08A7D (or 0xF08A7D) is known color: Light Coral. HEX triplet: F0, 8A and 7D. RGB value is (240,138,125). Sum of RGB (Red+Green+Blue) = 240+138+125=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A7D is #0F7582. Grayscale: #A7A7A7. Windows color (decimal): -1013123 or 8227568. OLE color: 8227568.

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

Color convert

RGB 240 138 125 -
CMYK 0 0.42 0.48 0.06
HSL 6.78º 0.79% 0.72% -
HSV(B) 6.78º 0.48% 0.94% -
XYZ 48.73 38.18 24.2 -
YUV 167.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 240 138 125 0 0.42 0.48 0.06 6.78 0.79 0.72
Hex F0 8A 7D 0 2A 30 6 7 4F 48
Octal 360 212 175 0 52 60 6 7 117 110
Binary 11110000 10001010 1111101 0 101010 110000 110 111 1001111 1001000

Color Harmonies of #F08A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A7D

Black with #F08A7D

Text Example


Text Example

White with #F08A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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