Html Css Color HEX #F49286 Sweet Pink

📋 copy color: '#F49286'

red 244 ◦ green 146 ◦ blue 134

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

Shades of Sweet Pink #F49286

Tints of Sweet Pink #F49286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.86%

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

R = 46.56%
G = 27.86%
B = 25.57%

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

#F49286 (or 0xF49286) is known color: Sweet Pink. HEX triplet: F4, 92 and 86. RGB value is (244,146,134). Sum of RGB (Red+Green+Blue) = 244+146+134=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F49286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49286 is #0B6D79. Grayscale: #AEAEAE. Windows color (decimal): -748922 or 8819444. OLE color: 8819444.

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

Color convert

RGB 244 146 134 -
CMYK 0 0.40 0.45 0.04
HSL 6.55º 0.83% 0.74% -
HSV(B) 6.55º 0.45% 0.96% -
XYZ 51.89 41.51 27.83 -
YUV 173.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 244 146 134 0 0.40 0.45 0.04 6.55 0.83 0.74
Hex F4 92 86 0 28 2D 4 7 53 4A
Octal 364 222 206 0 50 55 4 7 123 112
Binary 11110100 10010010 10000110 0 101000 101101 100 111 1010011 1001010

Color Harmonies of #F49286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49286

Black with #F49286

Text Example


Text Example

White with #F49286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49286; }

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

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

background-color css

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

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

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

border-color css

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

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

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