Html Css Color HEX #F0807D Light Coral

📋 copy color: '#F0807D'

red 240 ◦ green 128 ◦ blue 125

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

Shades of Light Coral #F0807D

Tints of Light Coral #F0807D

RGB

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

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

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

R = 48.68%
G = 25.96%
B = 25.35%

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

#F0807D (or 0xF0807D) is known color: Light Coral. HEX triplet: F0, 80 and 7D. RGB value is (240,128,125). Sum of RGB (Red+Green+Blue) = 240+128+125=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0807D is #0F7F82. Grayscale: #A1A1A1. Windows color (decimal): -1015683 or 8225008. OLE color: 8225008.

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

Color convert

RGB 240 128 125 -
CMYK 0 0.47 0.48 0.06
HSL 1.57º 0.79% 0.72% -
HSV(B) 1.57º 0.48% 0.94% -
XYZ 47.36 35.44 23.75 -
YUV 161.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 240 128 125 0 0.47 0.48 0.06 1.57 0.79 0.72
Hex F0 80 7D 0 2F 30 6 2 4F 48
Octal 360 200 175 0 57 60 6 2 117 110
Binary 11110000 10000000 1111101 0 101111 110000 110 10 1001111 1001000

Color Harmonies of #F0807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0807D

Black with #F0807D

Text Example


Text Example

White with #F0807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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