Html Css Color HEX #F28479 Light Coral

📋 copy color: '#F28479'

red 242 ◦ green 132 ◦ blue 121

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

Shades of Light Coral #F28479

Tints of Light Coral #F28479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

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

R = 48.89%
G = 26.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F28479 (or 0xF28479) is known color: Light Coral. HEX triplet: F2, 84 and 79. RGB value is (242,132,121). Sum of RGB (Red+Green+Blue) = 242+132+121=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F28479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28479 is #0D7B86. Grayscale: #A3A3A3. Windows color (decimal): -883591 or 7963890. OLE color: 7963890.

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

Color convert

RGB 242 132 121 -
CMYK 0 0.45 0.50 0.05
HSL 5.45º 0.82% 0.71% -
HSV(B) 5.45º 0.5% 0.95% -
XYZ 48.32 36.76 22.64 -
YUV 163.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 242 132 121 0 0.45 0.50 0.05 5.45 0.82 0.71
Hex F2 84 79 0 2D 32 5 5 52 47
Octal 362 204 171 0 55 62 5 5 122 107
Binary 11110010 10000100 1111001 0 101101 110010 101 101 1010010 1000111

Color Harmonies of #F28479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28479

Black with #F28479

Text Example


Text Example

White with #F28479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28479; }

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

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

background-color css

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

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

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

border-color css

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

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

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