Html Css Color HEX #F18C86 Sweet Pink

📋 copy color: '#F18C86'

red 241 ◦ green 140 ◦ blue 134

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

Shades of Sweet Pink #F18C86

Tints of Sweet Pink #F18C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.02%

R = 46.8%
G = 27.18%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F18C86 (or 0xF18C86) is known color: Sweet Pink. HEX triplet: F1, 8C and 86. RGB value is (241,140,134). Sum of RGB (Red+Green+Blue) = 241+140+134=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C86 is #0E7379. Grayscale: #A9A9A9. Windows color (decimal): -947066 or 8817905. OLE color: 8817905.

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

Color convert

RGB 241 140 134 -
CMYK 0 0.42 0.44 0.05
HSL 3.36º 0.79% 0.74% -
HSV(B) 3.36º 0.44% 0.95% -
XYZ 49.96 39.18 27.48 -
YUV 169.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 241 140 134 0 0.42 0.44 0.05 3.36 0.79 0.74
Hex F1 8C 86 0 2A 2C 5 3 4F 4A
Octal 361 214 206 0 52 54 5 3 117 112
Binary 11110001 10001100 10000110 0 101010 101100 101 11 1001111 1001010

Color Harmonies of #F18C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C86

Black with #F18C86

Text Example


Text Example

White with #F18C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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