Html Css Color HEX #F0817D Light Coral

📋 copy color: '#F0817D'

red 240 ◦ green 129 ◦ blue 125

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

Shades of Light Coral #F0817D

Tints of Light Coral #F0817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.11%

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

R = 48.58%
G = 26.11%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0817D (or 0xF0817D) is known color: Light Coral. HEX triplet: F0, 81 and 7D. RGB value is (240,129,125). Sum of RGB (Red+Green+Blue) = 240+129+125=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0817D is #0F7E82. Grayscale: #A1A1A1. Windows color (decimal): -1015427 or 8225264. OLE color: 8225264.

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

Color convert

RGB 240 129 125 -
CMYK 0 0.46 0.48 0.06
HSL 2.09º 0.79% 0.72% -
HSV(B) 2.09º 0.48% 0.94% -
XYZ 47.49 35.71 23.79 -
YUV 161.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 240 129 125 0 0.46 0.48 0.06 2.09 0.79 0.72
Hex F0 81 7D 0 2E 30 6 2 4F 48
Octal 360 201 175 0 56 60 6 2 117 110
Binary 11110000 10000001 1111101 0 101110 110000 110 10 1001111 1001000

Color Harmonies of #F0817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0817D

Black with #F0817D

Text Example


Text Example

White with #F0817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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