Html Css Color HEX #F49F8A Tonys Pink

📋 copy color: '#F49F8A'

red 244 ◦ green 159 ◦ blue 138

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

Shades of Tonys Pink #F49F8A

Tints of Tonys Pink #F49F8A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

 BLUE value IS 138 (54.3% from 255) = 25.51%

R = 45.1%
G = 29.39%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F49F8A (or 0xF49F8A) is known color: Tonys Pink. HEX triplet: F4, 9F and 8A. RGB value is (244,159,138). Sum of RGB (Red+Green+Blue) = 244+159+138=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49F8A is #0B6075. Grayscale: #B6B6B6. Windows color (decimal): -745590 or 9084916. OLE color: 9084916.

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

Color convert

RGB 244 159 138 -
CMYK 0 0.35 0.43 0.04
HSL 11.89º 0.83% 0.75% -
HSV(B) 11.89º 0.43% 0.96% -
XYZ 54.29 45.86 30.04 -
YUV 182.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 244 159 138 0 0.35 0.43 0.04 11.89 0.83 0.75
Hex F4 9F 8A 0 23 2B 4 C 53 4B
Octal 364 237 212 0 43 53 4 14 123 113
Binary 11110100 10011111 10001010 0 100011 101011 100 1100 1010011 1001011

Color Harmonies of #F49F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49F8A

Black with #F49F8A

Text Example


Text Example

White with #F49F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49F8A; }

 p { color: rgb(244,159,138); }

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

background-color css

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

 a { background-color: rgb(244,159,138); }

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

border-color css

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

 span { border-color: rgb(244,159,138); }

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