Html Css Color HEX #F07F78 Light Coral

📋 copy color: '#F07F78'

red 240 ◦ green 127 ◦ blue 120

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

Shades of Light Coral #F07F78

Tints of Light Coral #F07F78

RGB

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

 GREEN value IS 127 (50% from 255) = 26.08%

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

R = 49.28%
G = 26.08%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F07F78 (or 0xF07F78) is known color: Light Coral. HEX triplet: F0, 7F and 78. RGB value is (240,127,120). Sum of RGB (Red+Green+Blue) = 240+127+120=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F78 is #0F8087. Grayscale: #A0A0A0. Windows color (decimal): -1015944 or 7897072. OLE color: 7897072.

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

Color convert

RGB 240 127 120 -
CMYK 0 0.47 0.5 0.06
HSL 3.5º 0.8% 0.71% -
HSV(B) 3.5º 0.5% 0.94% -
XYZ 46.91 35.06 22.06 -
YUV 159.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 240 127 120 0 0.47 0.5 0.06 3.5 0.8 0.71
Hex F0 7F 78 0 2F 32 6 4 50 47
Octal 360 177 170 0 57 62 6 4 120 107
Binary 11110000 1111111 1111000 0 101111 110010 110 100 1010000 1000111

Color Harmonies of #F07F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F78

Black with #F07F78

Text Example


Text Example

White with #F07F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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