Html Css Color HEX #F28379 Light Coral

📋 copy color: '#F28379'

red 242 ◦ green 131 ◦ blue 121

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

Shades of Light Coral #F28379

Tints of Light Coral #F28379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

 BLUE value IS 121 (47.66% from 255) = 24.49%

R = 48.99%
G = 26.52%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F28379 (or 0xF28379) is known color: Light Coral. HEX triplet: F2, 83 and 79. RGB value is (242,131,121). Sum of RGB (Red+Green+Blue) = 242+131+121=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F28379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28379 is #0D7C86. Grayscale: #A3A3A3. Windows color (decimal): -883847 or 7963634. OLE color: 7963634.

HSL color Cylindrical-coordinate representation of color #F28379: hue angle of 4.96º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28379 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 121 -
CMYK 0 0.46 0.50 0.05
HSL 4.96º 0.82% 0.71% -
HSV(B) 4.96º 0.5% 0.95% -
XYZ 48.19 36.49 22.59 -
YUV 163.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 242 131 121 0 0.46 0.50 0.05 4.96 0.82 0.71
Hex F2 83 79 0 2E 32 5 5 52 47
Octal 362 203 171 0 56 62 5 5 122 107
Binary 11110010 10000011 1111001 0 101110 110010 101 101 1010010 1000111

Color Harmonies of #F28379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28379

Black with #F28379

Text Example


Text Example

White with #F28379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28379; }

 p { color: rgb(242,131,121); }

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

background-color css

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

 a { background-color: rgb(242,131,121); }

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

border-color css

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

 span { border-color: rgb(242,131,121); }

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