Html Css Color HEX #F19D9A Sweet Pink

📋 copy color: '#F19D9A'

red 241 ◦ green 157 ◦ blue 154

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

Shades of Sweet Pink #F19D9A

Tints of Sweet Pink #F19D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.9%

R = 43.66%
G = 28.44%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F19D9A (or 0xF19D9A) is known color: Sweet Pink. HEX triplet: F1, 9D and 9A. RGB value is (241,157,154). Sum of RGB (Red+Green+Blue) = 241+157+154=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D9A is #0E6265. Grayscale: #B5B5B5. Windows color (decimal): -942694 or 10132977. OLE color: 10132977.

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

Color convert

RGB 241 157 154 -
CMYK 0 0.35 0.36 0.05
HSL 2.07º 0.76% 0.77% -
HSV(B) 2.07º 0.36% 0.95% -
XYZ 54.17 45.15 36.43 -
YUV 181.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 241 157 154 0 0.35 0.36 0.05 2.07 0.76 0.77
Hex F1 9D 9A 0 23 24 5 2 4C 4D
Octal 361 235 232 0 43 44 5 2 114 115
Binary 11110001 10011101 10011010 0 100011 100100 101 10 1001100 1001101

Color Harmonies of #F19D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D9A

Black with #F19D9A

Text Example


Text Example

White with #F19D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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