Html Css Color HEX #F49190 Sweet Pink

📋 copy color: '#F49190'

red 244 ◦ green 145 ◦ blue 144

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

Shades of Sweet Pink #F49190

Tints of Sweet Pink #F49190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.2%

 BLUE value IS 144 (56.64% from 255) = 27.02%

R = 45.78%
G = 27.2%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F49190 (or 0xF49190) is known color: Sweet Pink. HEX triplet: F4, 91 and 90. RGB value is (244,145,144). Sum of RGB (Red+Green+Blue) = 244+145+144=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F49190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49190 is #0B6E6F. Grayscale: #AEAEAE. Windows color (decimal): -749168 or 9474548. OLE color: 9474548.

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

Color convert

RGB 244 145 144 -
CMYK 0 0.41 0.41 0.04
HSL 0.6º 0.82% 0.76% -
HSV(B) 0.6º 0.41% 0.96% -
XYZ 52.47 41.5 31.63 -
YUV 174.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 244 145 144 0 0.41 0.41 0.04 0.6 0.82 0.76
Hex F4 91 90 0 29 29 4 1 52 4C
Octal 364 221 220 0 51 51 4 1 122 114
Binary 11110100 10010001 10010000 0 101001 101001 100 1 1010010 1001100

Color Harmonies of #F49190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49190

Black with #F49190

Text Example


Text Example

White with #F49190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49190; }

 p { color: rgb(244,145,144); }

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

background-color css

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

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

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

border-color css

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

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

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