Html Css Color HEX #F19594 Sweet Pink

📋 copy color: '#F19594'

red 241 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #F19594

Tints of Sweet Pink #F19594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 44.8%
G = 27.7%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F19594 (or 0xF19594) is known color: Sweet Pink. HEX triplet: F1, 95 and 94. RGB value is (241,149,148). Sum of RGB (Red+Green+Blue) = 241+149+148=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F19594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19594 is #0E6A6B. Grayscale: #B0B0B0. Windows color (decimal): -944748 or 9737713. OLE color: 9737713.

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

Color convert

RGB 241 149 148 -
CMYK 0 0.38 0.39 0.05
HSL 0.65º 0.77% 0.76% -
HSV(B) 0.65º 0.39% 0.95% -
XYZ 52.37 42.33 33.43 -
YUV 176.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 241 149 148 0 0.38 0.39 0.05 0.65 0.77 0.76
Hex F1 95 94 0 26 27 5 1 4D 4C
Octal 361 225 224 0 46 47 5 1 115 114
Binary 11110001 10010101 10010100 0 100110 100111 101 1 1001101 1001100

Color Harmonies of #F19594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19594

Black with #F19594

Text Example


Text Example

White with #F19594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19594; }

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

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

background-color css

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

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

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

border-color css

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

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

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