Html Css Color HEX #F18C7E Light Coral

📋 copy color: '#F18C7E'

red 241 ◦ green 140 ◦ blue 126

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

Shades of Light Coral #F18C7E

Tints of Light Coral #F18C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 47.53%
G = 27.61%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F18C7E (or 0xF18C7E) is known color: Light Coral. HEX triplet: F1, 8C and 7E. RGB value is (241,140,126). Sum of RGB (Red+Green+Blue) = 241+140+126=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C7E is #0E7381. Grayscale: #A8A8A8. Windows color (decimal): -947074 or 8293617. OLE color: 8293617.

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

Color convert

RGB 241 140 126 -
CMYK 0 0.42 0.48 0.05
HSL 7.3º 0.8% 0.72% -
HSV(B) 7.3º 0.48% 0.95% -
XYZ 49.42 38.96 24.65 -
YUV 168.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 241 140 126 0 0.42 0.48 0.05 7.3 0.8 0.72
Hex F1 8C 7E 0 2A 30 5 7 50 48
Octal 361 214 176 0 52 60 5 7 120 110
Binary 11110001 10001100 1111110 0 101010 110000 101 111 1010000 1001000

Color Harmonies of #F18C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C7E

Black with #F18C7E

Text Example


Text Example

White with #F18C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C7E; }

 p { color: rgb(241,140,126); }

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

background-color css

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

 a { background-color: rgb(241,140,126); }

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

border-color css

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

 span { border-color: rgb(241,140,126); }

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