Html Css Color HEX #F18F86 Sweet Pink

📋 copy color: '#F18F86'

red 241 ◦ green 143 ◦ blue 134

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

Shades of Sweet Pink #F18F86

Tints of Sweet Pink #F18F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.61%

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

R = 46.53%
G = 27.61%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F18F86 (or 0xF18F86) is known color: Sweet Pink. HEX triplet: F1, 8F and 86. RGB value is (241,143,134). Sum of RGB (Red+Green+Blue) = 241+143+134=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F86 is #0E7079. Grayscale: #ABABAB. Windows color (decimal): -946298 or 8818673. OLE color: 8818673.

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

Color convert

RGB 241 143 134 -
CMYK 0 0.41 0.44 0.05
HSL 5.05º 0.79% 0.74% -
HSV(B) 5.05º 0.44% 0.95% -
XYZ 50.4 40.07 27.63 -
YUV 171.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 241 143 134 0 0.41 0.44 0.05 5.05 0.79 0.74
Hex F1 8F 86 0 29 2C 5 5 4F 4A
Octal 361 217 206 0 51 54 5 5 117 112
Binary 11110001 10001111 10000110 0 101001 101100 101 101 1001111 1001010

Color Harmonies of #F18F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F86

Black with #F18F86

Text Example


Text Example

White with #F18F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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