Html Css Color HEX #F49694 Sweet Pink

📋 copy color: '#F49694'

red 244 ◦ green 150 ◦ blue 148

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

Shades of Sweet Pink #F49694

Tints of Sweet Pink #F49694

RGB

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

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

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

R = 45.02%
G = 27.68%
B = 27.31%

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

#F49694 (or 0xF49694) is known color: Sweet Pink. HEX triplet: F4, 96 and 94. RGB value is (244,150,148). Sum of RGB (Red+Green+Blue) = 244+150+148=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F49694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49694 is #0B696B. Grayscale: #B1B1B1. Windows color (decimal): -747884 or 9737972. OLE color: 9737972.

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

Color convert

RGB 244 150 148 -
CMYK 0 0.39 0.39 0.04
HSL 1.25º 0.81% 0.77% -
HSV(B) 1.25º 0.39% 0.96% -
XYZ 53.56 43.18 33.53 -
YUV 177.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 244 150 148 0 0.39 0.39 0.04 1.25 0.81 0.77
Hex F4 96 94 0 27 27 4 1 51 4D
Octal 364 226 224 0 47 47 4 1 121 115
Binary 11110100 10010110 10010100 0 100111 100111 100 1 1010001 1001101

Color Harmonies of #F49694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49694

Black with #F49694

Text Example


Text Example

White with #F49694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49694; }

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

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

background-color css

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

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

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

border-color css

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

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

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