Html Css Color HEX #F2847C Light Coral

📋 copy color: '#F2847C'

red 242 ◦ green 132 ◦ blue 124

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

Shades of Light Coral #F2847C

Tints of Light Coral #F2847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 48.59%
G = 26.51%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2847C (or 0xF2847C) is known color: Light Coral. HEX triplet: F2, 84 and 7C. RGB value is (242,132,124). Sum of RGB (Red+Green+Blue) = 242+132+124=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2847C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2847C is #0D7B83. Grayscale: #A4A4A4. Windows color (decimal): -883588 or 8160498. OLE color: 8160498.

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

Color convert

RGB 242 132 124 -
CMYK 0 0.45 0.49 0.05
HSL 4.07º 0.82% 0.72% -
HSV(B) 4.07º 0.49% 0.95% -
XYZ 48.51 36.84 23.62 -
YUV 163.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 242 132 124 0 0.45 0.49 0.05 4.07 0.82 0.72
Hex F2 84 7C 0 2D 31 5 4 52 48
Octal 362 204 174 0 55 61 5 4 122 110
Binary 11110010 10000100 1111100 0 101101 110001 101 100 1010010 1001000

Color Harmonies of #F2847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2847C

Black with #F2847C

Text Example


Text Example

White with #F2847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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