Html Css Color HEX #F19186 Sweet Pink

📋 copy color: '#F19186'

red 241 ◦ green 145 ◦ blue 134

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

Shades of Sweet Pink #F19186

Tints of Sweet Pink #F19186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.88%

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

R = 46.35%
G = 27.88%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F19186 (or 0xF19186) is known color: Sweet Pink. HEX triplet: F1, 91 and 86. RGB value is (241,145,134). Sum of RGB (Red+Green+Blue) = 241+145+134=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F19186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19186 is #0E6E79. Grayscale: #ACACAC. Windows color (decimal): -945786 or 8819185. OLE color: 8819185.

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

Color convert

RGB 241 145 134 -
CMYK 0 0.40 0.44 0.05
HSL 6.17º 0.79% 0.74% -
HSV(B) 6.17º 0.44% 0.95% -
XYZ 50.7 40.67 27.73 -
YUV 172.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 241 145 134 0 0.40 0.44 0.05 6.17 0.79 0.74
Hex F1 91 86 0 28 2C 5 6 4F 4A
Octal 361 221 206 0 50 54 5 6 117 112
Binary 11110001 10010001 10000110 0 101000 101100 101 110 1001111 1001010

Color Harmonies of #F19186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19186

Black with #F19186

Text Example


Text Example

White with #F19186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19186; }

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

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

background-color css

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

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

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

border-color css

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

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

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