Html Css Color HEX #F19595 Sweet Pink

📋 copy color: '#F19595'

red 241 ◦ green 149 ◦ blue 149

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

Shades of Sweet Pink #F19595

Tints of Sweet Pink #F19595

RGB

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

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

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

R = 44.71%
G = 27.64%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F19595 (or 0xF19595) is known color: Sweet Pink. HEX triplet: F1, 95 and 95. RGB value is (241,149,149). Sum of RGB (Red+Green+Blue) = 241+149+149=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19595 is #0E6A6A. Grayscale: #B0B0B0. Windows color (decimal): -944747 or 9803249. OLE color: 9803249.

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

Color convert

RGB 241 149 149 -
CMYK 0 0.38 0.38 0.05
HSL 0.77% 0.76% -
HSV(B) 0.38% 0.95% -
XYZ 52.45 42.37 33.85 -
YUV 176.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 241 149 149 0 0.38 0.38 0.05 0 0.77 0.76
Hex F1 95 95 0 26 26 5 0 4D 4C
Octal 361 225 225 0 46 46 5 0 115 114
Binary 11110001 10010101 10010101 0 100110 100110 101 0 1001101 1001100

Color Harmonies of #F19595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19595

Black with #F19595

Text Example


Text Example

White with #F19595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19595; }

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

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

background-color css

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

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

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

border-color css

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

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

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