Html Css Color HEX #F28986 Light Coral

📋 copy color: '#F28986'

red 242 ◦ green 137 ◦ blue 134

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

Shades of Light Coral #F28986

Tints of Light Coral #F28986

RGB

 RED value IS 242 (94.92% from 255) = 47.17%

 GREEN value IS 137 (53.91% from 255) = 26.71%

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 47.17%
G = 26.71%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28986 (or 0xF28986) is known color: Light Coral. HEX triplet: F2, 89 and 86. RGB value is (242,137,134). Sum of RGB (Red+Green+Blue) = 242+137+134=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F28986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28986 is #0D7679. Grayscale: #A8A8A8. Windows color (decimal): -882298 or 8817138. OLE color: 8817138.

HSL color Cylindrical-coordinate representation of color #F28986: hue angle of 1.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28986 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 134 -
CMYK 0 0.43 0.45 0.05
HSL 1.67º 0.81% 0.74% -
HSV(B) 1.67º 0.45% 0.95% -
XYZ 49.87 38.49 27.36 -
YUV 168.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 242 137 134 0 0.43 0.45 0.05 1.67 0.81 0.74
Hex F2 89 86 0 2B 2D 5 2 51 4A
Octal 362 211 206 0 53 55 5 2 121 112
Binary 11110010 10001001 10000110 0 101011 101101 101 10 1010001 1001010

Color Harmonies of #F28986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28986

Black with #F28986

Text Example


Text Example

White with #F28986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28986; }

 p { color: rgb(242,137,134); }

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

background-color css

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

 a { background-color: rgb(242,137,134); }

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

border-color css

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

 span { border-color: rgb(242,137,134); }

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