Html Css Color HEX #F07D78 Light Coral

📋 copy color: '#F07D78'

red 240 ◦ green 125 ◦ blue 120

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

Shades of Light Coral #F07D78

Tints of Light Coral #F07D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.77%

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 49.48%
G = 25.77%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F07D78 (or 0xF07D78) is known color: Light Coral. HEX triplet: F0, 7D and 78. RGB value is (240,125,120). Sum of RGB (Red+Green+Blue) = 240+125+120=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D78 is #0F8287. Grayscale: #9E9E9E. Windows color (decimal): -1016456 or 7896560. OLE color: 7896560.

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

Color convert

RGB 240 125 120 -
CMYK 0 0.48 0.5 0.06
HSL 2.5º 0.8% 0.71% -
HSV(B) 2.5º 0.5% 0.94% -
XYZ 46.66 34.55 21.98 -
YUV 158.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 240 125 120 0 0.48 0.5 0.06 2.5 0.8 0.71
Hex F0 7D 78 0 30 32 6 2 50 47
Octal 360 175 170 0 60 62 6 2 120 107
Binary 11110000 1111101 1111000 0 110000 110010 110 10 1010000 1000111

Color Harmonies of #F07D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D78

Black with #F07D78

Text Example


Text Example

White with #F07D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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