Html Css Color HEX #F0867A Light Coral

📋 copy color: '#F0867A'

red 240 ◦ green 134 ◦ blue 122

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

Shades of Light Coral #F0867A

Tints of Light Coral #F0867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.02%

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

R = 48.39%
G = 27.02%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0867A (or 0xF0867A) is known color: Light Coral. HEX triplet: F0, 86 and 7A. RGB value is (240,134,122). Sum of RGB (Red+Green+Blue) = 240+134+122=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0867A is #0F7985. Grayscale: #A4A4A4. Windows color (decimal): -1014150 or 8029936. OLE color: 8029936.

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

Color convert

RGB 240 134 122 -
CMYK 0 0.44 0.49 0.06
HSL 6.1º 0.8% 0.71% -
HSV(B) 6.1º 0.49% 0.94% -
XYZ 47.97 36.98 23.02 -
YUV 164.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 240 134 122 0 0.44 0.49 0.06 6.1 0.8 0.71
Hex F0 86 7A 0 2C 31 6 6 50 47
Octal 360 206 172 0 54 61 6 6 120 107
Binary 11110000 10000110 1111010 0 101100 110001 110 110 1010000 1000111

Color Harmonies of #F0867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0867A

Black with #F0867A

Text Example


Text Example

White with #F0867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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