Html Css Color HEX #F0807E Light Coral

📋 copy color: '#F0807E'

red 240 ◦ green 128 ◦ blue 126

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

Shades of Light Coral #F0807E

Tints of Light Coral #F0807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

 BLUE value IS 126 (49.61% from 255) = 25.51%

R = 48.58%
G = 25.91%
B = 25.51%

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

#F0807E (or 0xF0807E) is known color: Light Coral. HEX triplet: F0, 80 and 7E. RGB value is (240,128,126). Sum of RGB (Red+Green+Blue) = 240+128+126=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0807E is #0F7F81. Grayscale: #A1A1A1. Windows color (decimal): -1015682 or 8290544. OLE color: 8290544.

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

Color convert

RGB 240 128 126 -
CMYK 0 0.47 0.48 0.06
HSL 1.05º 0.79% 0.72% -
HSV(B) 1.05º 0.48% 0.94% -
XYZ 47.42 35.47 24.09 -
YUV 161.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 240 128 126 0 0.47 0.48 0.06 1.05 0.79 0.72
Hex F0 80 7E 0 2F 30 6 1 4F 48
Octal 360 200 176 0 57 60 6 1 117 110
Binary 11110000 10000000 1111110 0 101111 110000 110 1 1001111 1001000

Color Harmonies of #F0807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0807E

Black with #F0807E

Text Example


Text Example

White with #F0807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0807E; }

 p { color: rgb(240,128,126); }

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

background-color css

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

 a { background-color: rgb(240,128,126); }

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

border-color css

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

 span { border-color: rgb(240,128,126); }

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