Html Css Color HEX #F2857C Light Coral

📋 copy color: '#F2857C'

red 242 ◦ green 133 ◦ blue 124

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

Shades of Light Coral #F2857C

Tints of Light Coral #F2857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 48.5%
G = 26.65%
B = 24.85%

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

#F2857C (or 0xF2857C) is known color: Light Coral. HEX triplet: F2, 85 and 7C. RGB value is (242,133,124). Sum of RGB (Red+Green+Blue) = 242+133+124=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2857C is #0D7A83. Grayscale: #A4A4A4. Windows color (decimal): -883332 or 8160754. OLE color: 8160754.

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

Color convert

RGB 242 133 124 -
CMYK 0 0.45 0.49 0.05
HSL 4.58º 0.82% 0.72% -
HSV(B) 4.58º 0.49% 0.95% -
XYZ 48.64 37.11 23.67 -
YUV 164.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 242 133 124 0 0.45 0.49 0.05 4.58 0.82 0.72
Hex F2 85 7C 0 2D 31 5 5 52 48
Octal 362 205 174 0 55 61 5 5 122 110
Binary 11110010 10000101 1111100 0 101101 110001 101 101 1010010 1001000

Color Harmonies of #F2857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2857C

Black with #F2857C

Text Example


Text Example

White with #F2857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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