Html Css Color HEX #F49996 Sweet Pink

📋 copy color: '#F49996'

red 244 ◦ green 153 ◦ blue 150

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

Shades of Sweet Pink #F49996

Tints of Sweet Pink #F49996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 44.61%
G = 27.97%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F49996 (or 0xF49996) is known color: Sweet Pink. HEX triplet: F4, 99 and 96. RGB value is (244,153,150). Sum of RGB (Red+Green+Blue) = 244+153+150=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F49996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49996 is #0B6669. Grayscale: #B3B3B3. Windows color (decimal): -747114 or 9869812. OLE color: 9869812.

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

Color convert

RGB 244 153 150 -
CMYK 0 0.37 0.39 0.04
HSL 1.91º 0.81% 0.77% -
HSV(B) 1.91º 0.39% 0.96% -
XYZ 54.2 44.22 34.53 -
YUV 179.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 244 153 150 0 0.37 0.39 0.04 1.91 0.81 0.77
Hex F4 99 96 0 25 27 4 2 51 4D
Octal 364 231 226 0 45 47 4 2 121 115
Binary 11110100 10011001 10010110 0 100101 100111 100 10 1010001 1001101

Color Harmonies of #F49996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49996

Black with #F49996

Text Example


Text Example

White with #F49996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49996; }

 p { color: rgb(244,153,150); }

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

background-color css

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

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

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

border-color css

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

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

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