Html Css Color HEX #F07F7D Light Coral

📋 copy color: '#F07F7D'

red 240 ◦ green 127 ◦ blue 125

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

Shades of Light Coral #F07F7D

Tints of Light Coral #F07F7D

RGB

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

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

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

R = 48.78%
G = 25.81%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F07F7D (or 0xF07F7D) is known color: Light Coral. HEX triplet: F0, 7F and 7D. RGB value is (240,127,125). Sum of RGB (Red+Green+Blue) = 240+127+125=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F7D is #0F8082. Grayscale: #A0A0A0. Windows color (decimal): -1015939 or 8224752. OLE color: 8224752.

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

Color convert

RGB 240 127 125 -
CMYK 0 0.47 0.48 0.06
HSL 1.04º 0.79% 0.72% -
HSV(B) 1.04º 0.48% 0.94% -
XYZ 47.23 35.18 23.7 -
YUV 160.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 240 127 125 0 0.47 0.48 0.06 1.04 0.79 0.72
Hex F0 7F 7D 0 2F 30 6 1 4F 48
Octal 360 177 175 0 57 60 6 1 117 110
Binary 11110000 1111111 1111101 0 101111 110000 110 1 1001111 1001000

Color Harmonies of #F07F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F7D

Black with #F07F7D

Text Example


Text Example

White with #F07F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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