Html Css Color HEX #F19386 Sweet Pink

📋 copy color: '#F19386'

red 241 ◦ green 147 ◦ blue 134

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

Shades of Sweet Pink #F19386

Tints of Sweet Pink #F19386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.16%

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

R = 46.17%
G = 28.16%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F19386 (or 0xF19386) is known color: Sweet Pink. HEX triplet: F1, 93 and 86. RGB value is (241,147,134). Sum of RGB (Red+Green+Blue) = 241+147+134=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F19386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19386 is #0E6C79. Grayscale: #ADADAD. Windows color (decimal): -945274 or 8819697. OLE color: 8819697.

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

Color convert

RGB 241 147 134 -
CMYK 0 0.39 0.44 0.05
HSL 7.29º 0.79% 0.74% -
HSV(B) 7.29º 0.44% 0.95% -
XYZ 51.01 41.29 27.84 -
YUV 173.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 241 147 134 0 0.39 0.44 0.05 7.29 0.79 0.74
Hex F1 93 86 0 27 2C 5 7 4F 4A
Octal 361 223 206 0 47 54 5 7 117 112
Binary 11110001 10010011 10000110 0 100111 101100 101 111 1001111 1001010

Color Harmonies of #F19386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19386

Black with #F19386

Text Example


Text Example

White with #F19386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19386; }

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

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

background-color css

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

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

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

border-color css

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

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

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