Html Css Color HEX #F28886 Light Coral

📋 copy color: '#F28886'

red 242 ◦ green 136 ◦ blue 134

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

Shades of Light Coral #F28886

Tints of Light Coral #F28886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.56%

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

R = 47.27%
G = 26.56%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28886 (or 0xF28886) is known color: Light Coral. HEX triplet: F2, 88 and 86. RGB value is (242,136,134). Sum of RGB (Red+Green+Blue) = 242+136+134=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F28886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28886 is #0D7779. Grayscale: #A7A7A7. Windows color (decimal): -882554 or 8816882. OLE color: 8816882.

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

Color convert

RGB 242 136 134 -
CMYK 0 0.44 0.45 0.05
HSL 1.11º 0.81% 0.74% -
HSV(B) 1.11º 0.45% 0.95% -
XYZ 49.73 38.21 27.31 -
YUV 167.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 242 136 134 0 0.44 0.45 0.05 1.11 0.81 0.74
Hex F2 88 86 0 2C 2D 5 1 51 4A
Octal 362 210 206 0 54 55 5 1 121 112
Binary 11110010 10001000 10000110 0 101100 101101 101 1 1010001 1001010

Color Harmonies of #F28886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28886

Black with #F28886

Text Example


Text Example

White with #F28886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28886; }

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

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

background-color css

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

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

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

border-color css

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

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

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