Html Css Color HEX #F4A68E Tonys Pink

📋 copy color: '#F4A68E'

red 244 ◦ green 166 ◦ blue 142

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

Shades of Tonys Pink #F4A68E

Tints of Tonys Pink #F4A68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

 BLUE value IS 142 (55.86% from 255) = 25.72%

R = 44.2%
G = 30.07%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4A68E (or 0xF4A68E) is known color: Tonys Pink. HEX triplet: F4, A6 and 8E. RGB value is (244,166,142). Sum of RGB (Red+Green+Blue) = 244+166+142=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A68E is #0B5971. Grayscale: #BABABA. Windows color (decimal): -743794 or 9348852. OLE color: 9348852.

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

Color convert

RGB 244 166 142 -
CMYK 0 0.32 0.42 0.04
HSL 14.12º 0.82% 0.76% -
HSV(B) 14.12º 0.42% 0.96% -
XYZ 55.83 48.46 32 -
YUV 186.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 244 166 142 0 0.32 0.42 0.04 14.12 0.82 0.76
Hex F4 A6 8E 0 20 2A 4 E 52 4C
Octal 364 246 216 0 40 52 4 16 122 114
Binary 11110100 10100110 10001110 0 100000 101010 100 1110 1010010 1001100

Color Harmonies of #F4A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A68E

Black with #F4A68E

Text Example


Text Example

White with #F4A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A68E; }

 p { color: rgb(244,166,142); }

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

background-color css

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

 a { background-color: rgb(244,166,142); }

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

border-color css

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

 span { border-color: rgb(244,166,142); }

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