Html Css Color HEX #F18A7C Light Coral

📋 copy color: '#F18A7C'

red 241 ◦ green 138 ◦ blue 124

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

Shades of Light Coral #F18A7C

Tints of Light Coral #F18A7C

RGB

 RED value IS 241 (94.53% from 255) = 47.91%

 GREEN value IS 138 (54.3% from 255) = 27.44%

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

R = 47.91%
G = 27.44%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F18A7C (or 0xF18A7C) is known color: Light Coral. HEX triplet: F1, 8A and 7C. RGB value is (241,138,124). Sum of RGB (Red+Green+Blue) = 241+138+124=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A7C is #0E7583. Grayscale: #A7A7A7. Windows color (decimal): -947588 or 8162033. OLE color: 8162033.

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

Color convert

RGB 241 138 124 -
CMYK 0 0.43 0.49 0.05
HSL 7.18º 0.81% 0.72% -
HSV(B) 7.18º 0.49% 0.95% -
XYZ 49 38.33 23.89 -
YUV 167.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 241 138 124 0 0.43 0.49 0.05 7.18 0.81 0.72
Hex F1 8A 7C 0 2B 31 5 7 51 48
Octal 361 212 174 0 53 61 5 7 121 110
Binary 11110001 10001010 1111100 0 101011 110001 101 111 1010001 1001000

Color Harmonies of #F18A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A7C

Black with #F18A7C

Text Example


Text Example

White with #F18A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A7C; }

 p { color: rgb(241,138,124); }

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

background-color css

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

 a { background-color: rgb(241,138,124); }

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

border-color css

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

 span { border-color: rgb(241,138,124); }

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