Html Css Color HEX #F19586 Sweet Pink

📋 copy color: '#F19586'

red 241 ◦ green 149 ◦ blue 134

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

Shades of Sweet Pink #F19586

Tints of Sweet Pink #F19586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.44%

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

R = 45.99%
G = 28.44%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F19586 (or 0xF19586) is known color: Sweet Pink. HEX triplet: F1, 95 and 86. RGB value is (241,149,134). Sum of RGB (Red+Green+Blue) = 241+149+134=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F19586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19586 is #0E6A79. Grayscale: #AEAEAE. Windows color (decimal): -944762 or 8820209. OLE color: 8820209.

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

Color convert

RGB 241 149 134 -
CMYK 0 0.38 0.44 0.05
HSL 8.41º 0.79% 0.74% -
HSV(B) 8.41º 0.44% 0.95% -
XYZ 51.33 41.92 27.94 -
YUV 174.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 241 149 134 0 0.38 0.44 0.05 8.41 0.79 0.74
Hex F1 95 86 0 26 2C 5 8 4F 4A
Octal 361 225 206 0 46 54 5 10 117 112
Binary 11110001 10010101 10000110 0 100110 101100 101 1000 1001111 1001010

Color Harmonies of #F19586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19586

Black with #F19586

Text Example


Text Example

White with #F19586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19586; }

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

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

background-color css

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

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

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

border-color css

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

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

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