Html Css Color HEX #F49696 Sweet Pink

📋 copy color: '#F49696'

red 244 ◦ green 150 ◦ blue 150

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

Shades of Sweet Pink #F49696

Tints of Sweet Pink #F49696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.57%

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

R = 44.85%
G = 27.57%
B = 27.57%

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

#F49696 (or 0xF49696) is known color: Sweet Pink. HEX triplet: F4, 96 and 96. RGB value is (244,150,150). Sum of RGB (Red+Green+Blue) = 244+150+150=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F49696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49696 is #0B6969. Grayscale: #B2B2B2. Windows color (decimal): -747882 or 9869044. OLE color: 9869044.

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

Color convert

RGB 244 150 150 -
CMYK 0 0.39 0.39 0.04
HSL 0.81% 0.77% -
HSV(B) 0.39% 0.96% -
XYZ 53.72 43.25 34.37 -
YUV 178.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 244 150 150 0 0.39 0.39 0.04 0 0.81 0.77
Hex F4 96 96 0 27 27 4 0 51 4D
Octal 364 226 226 0 47 47 4 0 121 115
Binary 11110100 10010110 10010110 0 100111 100111 100 0 1010001 1001101

Color Harmonies of #F49696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49696

Black with #F49696

Text Example


Text Example

White with #F49696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49696; }

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

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

background-color css

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

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

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

border-color css

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

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

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