Html Css Color HEX #F19D95 Sweet Pink

📋 copy color: '#F19D95'

red 241 ◦ green 157 ◦ blue 149

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

Shades of Sweet Pink #F19D95

Tints of Sweet Pink #F19D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 44.06%
G = 28.7%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F19D95 (or 0xF19D95) is known color: Sweet Pink. HEX triplet: F1, 9D and 95. RGB value is (241,157,149). Sum of RGB (Red+Green+Blue) = 241+157+149=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D95 is #0E626A. Grayscale: #B5B5B5. Windows color (decimal): -942699 or 9805297. OLE color: 9805297.

HSL color Cylindrical-coordinate representation of color #F19D95: hue angle of 5.22º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F19D95 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 157 149 -
CMYK 0 0.35 0.38 0.05
HSL 5.22º 0.77% 0.76% -
HSV(B) 5.22º 0.38% 0.95% -
XYZ 53.76 44.98 34.28 -
YUV 181.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 241 157 149 0 0.35 0.38 0.05 5.22 0.77 0.76
Hex F1 9D 95 0 23 26 5 5 4D 4C
Octal 361 235 225 0 43 46 5 5 115 114
Binary 11110001 10011101 10010101 0 100011 100110 101 101 1001101 1001100

Color Harmonies of #F19D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D95

Black with #F19D95

Text Example


Text Example

White with #F19D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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