Html Css Color HEX #F07C7B Light Coral

📋 copy color: '#F07C7B'

red 240 ◦ green 124 ◦ blue 123

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

Shades of Light Coral #F07C7B

Tints of Light Coral #F07C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 49.28%
G = 25.46%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F07C7B (or 0xF07C7B) is known color: Light Coral. HEX triplet: F0, 7C and 7B. RGB value is (240,124,123). Sum of RGB (Red+Green+Blue) = 240+124+123=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C7B is #0F8384. Grayscale: #9E9E9E. Windows color (decimal): -1016709 or 8092912. OLE color: 8092912.

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

Color convert

RGB 240 124 123 -
CMYK 0 0.48 0.49 0.06
HSL 0.51º 0.8% 0.71% -
HSV(B) 0.51º 0.49% 0.94% -
XYZ 46.72 34.37 22.91 -
YUV 158.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 240 124 123 0 0.48 0.49 0.06 0.51 0.8 0.71
Hex F0 7C 7B 0 30 31 6 1 50 47
Octal 360 174 173 0 60 61 6 1 120 107
Binary 11110000 1111100 1111011 0 110000 110001 110 1 1010000 1000111

Color Harmonies of #F07C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C7B

Black with #F07C7B

Text Example


Text Example

White with #F07C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C7B; }

 p { color: rgb(240,124,123); }

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

background-color css

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

 a { background-color: rgb(240,124,123); }

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

border-color css

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

 span { border-color: rgb(240,124,123); }

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