Html Css Color HEX #F49595 Sweet Pink

📋 copy color: '#F49595'

red 244 ◦ green 149 ◦ blue 149

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

Shades of Sweet Pink #F49595

Tints of Sweet Pink #F49595

RGB

 RED value IS 244 (95.7% from 255) = 45.02%

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

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

R = 45.02%
G = 27.49%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F49595 (or 0xF49595) is known color: Sweet Pink. HEX triplet: F4, 95 and 95. RGB value is (244,149,149). Sum of RGB (Red+Green+Blue) = 244+149+149=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F49595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49595 is #0B6A6A. Grayscale: #B1B1B1. Windows color (decimal): -748139 or 9803252. OLE color: 9803252.

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

Color convert

RGB 244 149 149 -
CMYK 0 0.39 0.39 0.04
HSL 0.81% 0.77% -
HSV(B) 0.39% 0.96% -
XYZ 53.48 42.9 33.9 -
YUV 177.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 244 149 149 0 0.39 0.39 0.04 0 0.81 0.77
Hex F4 95 95 0 27 27 4 0 51 4D
Octal 364 225 225 0 47 47 4 0 121 115
Binary 11110100 10010101 10010101 0 100111 100111 100 0 1010001 1001101

Color Harmonies of #F49595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49595

Black with #F49595

Text Example


Text Example

White with #F49595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49595; }

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

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

background-color css

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

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

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

border-color css

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

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

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