Html Css Color HEX #F19086 Sweet Pink

📋 copy color: '#F19086'

red 241 ◦ green 144 ◦ blue 134

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

Shades of Sweet Pink #F19086

Tints of Sweet Pink #F19086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.75%

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

R = 46.44%
G = 27.75%
B = 25.82%

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

#F19086 (or 0xF19086) is known color: Sweet Pink. HEX triplet: F1, 90 and 86. RGB value is (241,144,134). Sum of RGB (Red+Green+Blue) = 241+144+134=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19086 is #0E6F79. Grayscale: #ACACAC. Windows color (decimal): -946042 or 8818929. OLE color: 8818929.

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

Color convert

RGB 241 144 134 -
CMYK 0 0.40 0.44 0.05
HSL 5.61º 0.79% 0.74% -
HSV(B) 5.61º 0.44% 0.95% -
XYZ 50.55 40.37 27.68 -
YUV 171.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 241 144 134 0 0.40 0.44 0.05 5.61 0.79 0.74
Hex F1 90 86 0 28 2C 5 6 4F 4A
Octal 361 220 206 0 50 54 5 6 117 112
Binary 11110001 10010000 10000110 0 101000 101100 101 110 1001111 1001010

Color Harmonies of #F19086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19086

Black with #F19086

Text Example


Text Example

White with #F19086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19086; }

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

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

background-color css

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

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

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

border-color css

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

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

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