Html Css Color HEX #F49594 Sweet Pink

📋 copy color: '#F49594'

red 244 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #F49594

Tints of Sweet Pink #F49594

RGB

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

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

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

R = 45.1%
G = 27.54%
B = 27.36%

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

#F49594 (or 0xF49594) is known color: Sweet Pink. HEX triplet: F4, 95 and 94. RGB value is (244,149,148). Sum of RGB (Red+Green+Blue) = 244+149+148=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F49594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49594 is #0B6A6B. Grayscale: #B1B1B1. Windows color (decimal): -748140 or 9737716. OLE color: 9737716.

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

Color convert

RGB 244 149 148 -
CMYK 0 0.39 0.39 0.04
HSL 0.63º 0.81% 0.77% -
HSV(B) 0.63º 0.39% 0.96% -
XYZ 53.4 42.87 33.48 -
YUV 177.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 244 149 148 0 0.39 0.39 0.04 0.63 0.81 0.77
Hex F4 95 94 0 27 27 4 1 51 4D
Octal 364 225 224 0 47 47 4 1 121 115
Binary 11110100 10010101 10010100 0 100111 100111 100 1 1010001 1001101

Color Harmonies of #F49594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49594

Black with #F49594

Text Example


Text Example

White with #F49594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49594; }

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

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

background-color css

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

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

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

border-color css

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

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

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