Html Css Color HEX #F0867F Light Coral

📋 copy color: '#F0867F'

red 240 ◦ green 134 ◦ blue 127

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

Shades of Light Coral #F0867F

Tints of Light Coral #F0867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.35%

R = 47.9%
G = 26.75%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0867F (or 0xF0867F) is known color: Light Coral. HEX triplet: F0, 86 and 7F. RGB value is (240,134,127). Sum of RGB (Red+Green+Blue) = 240+134+127=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0867F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0867F is #0F7980. Grayscale: #A5A5A5. Windows color (decimal): -1014145 or 8357616. OLE color: 8357616.

HSL color Cylindrical-coordinate representation of color #F0867F: hue angle of 3.72º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0867F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 127 -
CMYK 0 0.44 0.47 0.06
HSL 3.72º 0.79% 0.72% -
HSV(B) 3.72º 0.47% 0.94% -
XYZ 48.29 37.11 24.7 -
YUV 164.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 240 134 127 0 0.44 0.47 0.06 3.72 0.79 0.72
Hex F0 86 7F 0 2C 2F 6 4 4F 48
Octal 360 206 177 0 54 57 6 4 117 110
Binary 11110000 10000110 1111111 0 101100 101111 110 100 1001111 1001000

Color Harmonies of #F0867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0867F

Black with #F0867F

Text Example


Text Example

White with #F0867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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