Html Css Color HEX #F07B7A Light Coral

📋 copy color: '#F07B7A'

red 240 ◦ green 123 ◦ blue 122

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

Shades of Light Coral #F07B7A

Tints of Light Coral #F07B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 49.48%
G = 25.36%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F07B7A (or 0xF07B7A) is known color: Light Coral. HEX triplet: F0, 7B and 7A. RGB value is (240,123,122). Sum of RGB (Red+Green+Blue) = 240+123+122=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B7A is #0F8485. Grayscale: #9D9D9D. Windows color (decimal): -1016966 or 8027120. OLE color: 8027120.

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

Color convert

RGB 240 123 122 -
CMYK 0 0.49 0.49 0.06
HSL 0.51º 0.8% 0.71% -
HSV(B) 0.51º 0.49% 0.94% -
XYZ 46.53 34.1 22.54 -
YUV 157.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 240 123 122 0 0.49 0.49 0.06 0.51 0.8 0.71
Hex F0 7B 7A 0 31 31 6 1 50 47
Octal 360 173 172 0 61 61 6 1 120 107
Binary 11110000 1111011 1111010 0 110001 110001 110 1 1010000 1000111

Color Harmonies of #F07B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B7A

Black with #F07B7A

Text Example


Text Example

White with #F07B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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