Html Css Color HEX #F18685 Light Coral

📋 copy color: '#F18685'

red 241 ◦ green 134 ◦ blue 133

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

Shades of Light Coral #F18685

Tints of Light Coral #F18685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.38%

 BLUE value IS 133 (52.34% from 255) = 26.18%

R = 47.44%
G = 26.38%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F18685 (or 0xF18685) is known color: Light Coral. HEX triplet: F1, 86 and 85. RGB value is (241,134,133). Sum of RGB (Red+Green+Blue) = 241+134+133=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F18685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18685 is #0E797A. Grayscale: #A5A5A5. Windows color (decimal): -948603 or 8750833. OLE color: 8750833.

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

Color convert

RGB 241 134 133 -
CMYK 0 0.44 0.45 0.05
HSL 0.56º 0.79% 0.73% -
HSV(B) 0.56º 0.45% 0.95% -
XYZ 49.03 37.44 26.83 -
YUV 165.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 241 134 133 0 0.44 0.45 0.05 0.56 0.79 0.73
Hex F1 86 85 0 2C 2D 5 1 4F 49
Octal 361 206 205 0 54 55 5 1 117 111
Binary 11110001 10000110 10000101 0 101100 101101 101 1 1001111 1001001

Color Harmonies of #F18685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18685

Black with #F18685

Text Example


Text Example

White with #F18685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18685; }

 p { color: rgb(241,134,133); }

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

background-color css

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

 a { background-color: rgb(241,134,133); }

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

border-color css

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

 span { border-color: rgb(241,134,133); }

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