Html Css Color HEX #F49386 Sweet Pink

📋 copy color: '#F49386'

red 244 ◦ green 147 ◦ blue 134

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

Shades of Sweet Pink #F49386

Tints of Sweet Pink #F49386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28%

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 46.48%
G = 28%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F49386 (or 0xF49386) is known color: Sweet Pink. HEX triplet: F4, 93 and 86. RGB value is (244,147,134). Sum of RGB (Red+Green+Blue) = 244+147+134=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49386 is #0B6C79. Grayscale: #AEAEAE. Windows color (decimal): -748666 or 8819700. OLE color: 8819700.

HSL color Cylindrical-coordinate representation of color #F49386: hue angle of 7.09º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F49386 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 147 134 -
CMYK 0 0.40 0.45 0.04
HSL 7.09º 0.83% 0.74% -
HSV(B) 7.09º 0.45% 0.96% -
XYZ 52.05 41.82 27.88 -
YUV 174.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 244 147 134 0 0.40 0.45 0.04 7.09 0.83 0.74
Hex F4 93 86 0 28 2D 4 7 53 4A
Octal 364 223 206 0 50 55 4 7 123 112
Binary 11110100 10010011 10000110 0 101000 101101 100 111 1010011 1001010

Color Harmonies of #F49386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49386

Black with #F49386

Text Example


Text Example

White with #F49386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49386; }

 p { color: rgb(244,147,134); }

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

background-color css

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

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

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

border-color css

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

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

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