Html Css Color HEX #F28279 Light Coral

📋 copy color: '#F28279'

red 242 ◦ green 130 ◦ blue 121

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

Shades of Light Coral #F28279

Tints of Light Coral #F28279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

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

R = 49.09%
G = 26.37%
B = 24.54%

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

#F28279 (or 0xF28279) is known color: Light Coral. HEX triplet: F2, 82 and 79. RGB value is (242,130,121). Sum of RGB (Red+Green+Blue) = 242+130+121=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F28279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28279 is #0D7D86. Grayscale: #A2A2A2. Windows color (decimal): -884103 or 7963378. OLE color: 7963378.

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

Color convert

RGB 242 130 121 -
CMYK 0 0.46 0.50 0.05
HSL 4.46º 0.82% 0.71% -
HSV(B) 4.46º 0.5% 0.95% -
XYZ 48.05 36.22 22.55 -
YUV 162.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 242 130 121 0 0.46 0.50 0.05 4.46 0.82 0.71
Hex F2 82 79 0 2E 32 5 4 52 47
Octal 362 202 171 0 56 62 5 4 122 107
Binary 11110010 10000010 1111001 0 101110 110010 101 100 1010010 1000111

Color Harmonies of #F28279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28279

Black with #F28279

Text Example


Text Example

White with #F28279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28279; }

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

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

background-color css

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

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

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

border-color css

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

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

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